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

Commit56f4be1

Browse files
authored
Merge pull requestmicrosoft#2200 from Microsoft/master
merge master to release for 0.17.6
2 parents9604256 +3b6dc61 commit56f4be1

20 files changed

+1627
-1063
lines changed

‎Extension/CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#C/C++ for Visual Studio Code Change Log
22

3+
##Version 0.17.6: June 28, 2018
4+
* Fix the database icon getting stuck with recursive includes.[#2104](https://github.com/Microsoft/vscode-cpptools/issues/2104)
5+
* Fix the red flame appearing late with recursive includes.[#2105](https://github.com/Microsoft/vscode-cpptools/issues/2105)
6+
* Fix source files being parsed in system directories.[#2156](https://github.com/Microsoft/vscode-cpptools/issues/2156)
7+
* Fix a crash when saving with recursive includes.[#2173](https://github.com/Microsoft/vscode-cpptools/issues/2173)
8+
* Fix a crash when the`includePath` or`browse.path` is`"**"`.[#2174](https://github.com/Microsoft/vscode-cpptools/issues/2174)
9+
* Fix IntelliSense for WSL without g++ installed.[#2178](https://github.com/Microsoft/vscode-cpptools/issues/2178)
10+
* Fix random IntelliSense (completion) failures due to edits being delayed.[#2184](https://github.com/Microsoft/vscode-cpptools/issues/2184)
11+
* Fix a performance bug with recursive includes.
12+
* Fixed a CPU usage problem on Mac related to system frameworks parsing.
13+
* Keep the IntelliSense process around for 10 seconds after a file is closed in case it's needed again.
14+
* Added an API so build system extensions can provide IntelliSense configurations for source files. More details at[npmjs.com](https://www.npmjs.com/package/vscode-cpptools).
15+
* Fix automatic argument quoting when debugging with gdb/lldb to include when the argument has a '(' or ')' in it. Also escape existing '"' symbols.
16+
317
##Version 0.17.5: June 21, 2018
418
* Detect`compile_commands.json` and show prompt to use it.[#1297](https://github.com/Microsoft/vscode-cpptools/issues/1297)
519
* Change inactive regions from gray to translucent.[#1907](https://github.com/Microsoft/vscode-cpptools/issues/1907)

‎Extension/c_cpp_properties.schema.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"type":"string"
8282
}
8383
},
84+
"configurationProvider": {
85+
"description":"The id of a VS Code extension that can provide IntelliSense configuration information for source files.",
86+
"type":"string"
87+
},
8488
"browse": {
8589
"type":"object",
8690
"properties": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp