Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit673a68d

Browse files
authored
Merge to insiders (microsoft#7236)
1 parent437d9b3 commit673a68d

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

‎Extension/CHANGELOG.md‎

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
#C/C++ for Visual Studio Code Change Log
22

33
##Version 1.3.0-insiders2: March 25, 2021
4-
##Bug Fixes
4+
###New Features
5+
* Add highlighting of matching conditional preprocessor statements.[#2565](https://github.com/microsoft/vscode-cpptools/issues/2565)
6+
7+
###Bug Fixes
58
* Fix a spurious asterisk being inserted on a new line if the previous line starts with an asterisk.[#5733](https://github.com/microsoft/vscode-cpptools/issues/5733)
69
* Fix random crashes of cpptools-srv during shutdown.[#7161](https://github.com/microsoft/vscode-cpptools/issues/7161)
710
* Change`C_Cpp.autocompleteAddParentheses` to be false by default.[#7199](https://github.com/microsoft/vscode-cpptools/issues/7199)
811
* Fix auto add parentheses incorrectly occurring with template methods.[#7203](https://github.com/microsoft/vscode-cpptools/issues/7203)
912
* Fix auto adding parentheses incorrectly occurring with type names.[#7209](https://github.com/microsoft/vscode-cpptools/issues/7209)
13+
* Fix a bug with relative "." paths in compile commands.[#7221](https://github.com/microsoft/vscode-cpptools/issues/7221)
14+
* Fix configuration issues with Unreal Engine projects.[#7222](https://github.com/microsoft/vscode-cpptools/issues/7222)
1015

1116
##Version 1.3.0-insiders: March 18, 2021
12-
##Enhancements
17+
###Enhancements
1318
* Add parentheses to function calls with autocomplete.[#882](https://github.com/microsoft/vscode-cpptools/issues/882)
1419
* Add support for nodeAddonIncludes with Yarn PnP.
1520
* Mestery (@Mesterry)[PR#7123](https://github.com/microsoft/vscode-cpptools/pull/7123)
1621

17-
##Bug Fixes
22+
###Bug Fixes
1823
* Fix an issue with stale IntelliSense due to moving or renaming header files.[#3849](https://github.com/microsoft/vscode-cpptools/issues/3849)
1924
* Fix go to definition on large macros.[#4306](https://github.com/microsoft/vscode-cpptools/issues/4306)
2025
* Fix size_t and placement new squiggles with clang on Windows.[#6573](https://github.com/microsoft/vscode-cpptools/issues/6573),[#7106](https://github.com/microsoft/vscode-cpptools/issues/7016)
@@ -30,7 +35,7 @@
3035
* Fix a performance bug after formatting a document.[#7159](https://github.com/microsoft/vscode-cpptools/issues/7159)
3136

3237
##Version 1.2.2: February 25, 2021
33-
##Bug Fixes
38+
###Bug Fixes
3439
* Fix IntelliSense errors with variable length arrays with C Clang mode.[#6500](https://github.com/microsoft/vscode-cpptools/issues/6500)
3540
* Fix for random IntelliSense communication failures on Mac.[#6809](https://github.com/microsoft/vscode-cpptools/issues/6809),[#6958](https://github.com/microsoft/vscode-cpptools/issues/6958)
3641
* Fix an extension activation failure when a non-existent folder exists in the workspace.[#6981](https://github.com/microsoft/vscode-cpptools/issues/6981)

‎Extension/yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@
204204
dependencies:
205205
source-map "^0.6.1"
206206

207-
"@types/vscode@1.52.0":
208-
version "1.52.0"
209-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.52.0.tgz#61917968dd403932127fc4004a21fd8d69e4f61c"
210-
integrity sha512-Kt3bvWzAvvF/WH9YEcrCICDp0Z7aHhJGhLJ1BxeyNP6yRjonWqWnAIh35/pXAjswAnWOABrYlF7SwXR9+1nnLA==
207+
"@types/vscode@1.53.0":
208+
version "1.53.0"
209+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.53.0.tgz#47b53717af6562f2ad05171bc9c8500824a3905c"
210+
integrity sha512-XjFWbSPOM0EKIT2XhhYm3D3cx3nn3lshMUcWNy1eqefk+oqRuBq8unVb6BYIZqXy9lQZyeUl7eaBCOZWv+LcXQ==
211211

212212
"@types/webpack-sources@*":
213213
version "0.1.6"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp