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

Commitf2b3bd5

Browse files
authored
Update changelog. (microsoft#2213)
* Update changelog.
1 parentab3e498 commitf2b3bd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎Extension/CHANGELOG.md‎

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

3-
##Version 0.17.6:June 28, 2018
3+
##Version 0.17.6:July 2, 2018
44
* Fix the database icon getting stuck with recursive includes.[#2104](https://github.com/Microsoft/vscode-cpptools/issues/2104)
55
* Fix the red flame appearing late with recursive includes.[#2105](https://github.com/Microsoft/vscode-cpptools/issues/2105)
66
* Fix source files being parsed in system directories.[#2156](https://github.com/Microsoft/vscode-cpptools/issues/2156)
7+
* Fix internal document corruption (visible after formatting) when edits are made too soon after activation.[#2162](https://github.com/Microsoft/vscode-cpptools/issues/2162)
78
* Fix a crash when saving with recursive includes.[#2173](https://github.com/Microsoft/vscode-cpptools/issues/2173)
89
* Fix a crash when the`includePath` or`browse.path` is`"**"`.[#2174](https://github.com/Microsoft/vscode-cpptools/issues/2174)
910
* Fix IntelliSense for WSL without g++ installed.[#2178](https://github.com/Microsoft/vscode-cpptools/issues/2178)
1011
* Fix random IntelliSense (completion) failures due to edits being delayed.[#2184](https://github.com/Microsoft/vscode-cpptools/issues/2184)
12+
* Fix database deletion failure with non-ASCII file paths on Windows.[#2205](https://github.com/Microsoft/vscode-cpptools/issues/2205)
13+
* Fix`Go to Definition` results with`var::` and`var->`, and filter out invalid constructor results.[#2207](https://github.com/Microsoft/vscode-cpptools/issues/2207)
1114
* Fix a performance bug with recursive includes.
1215
* Fixed a CPU usage problem on Mac related to system frameworks parsing.
1316
* Keep the IntelliSense process around for 10 seconds after a file is closed in case it's needed again.
1417
* 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).
1518
* Fix automatic argument quoting when debugging with gdb/lldb to include when the argument has a '(' or ')' in it. Also escape existing '"' symbols.
19+
* Removed`-` in`ps` call for ProcessPicker and RemoteProcessPicker.[#2183](https://github.com/Microsoft/vscode-cpptools/issues/2183)
1620

1721
##Version 0.17.5: June 21, 2018
1822
* Detect`compile_commands.json` and show prompt to use it.[#1297](https://github.com/Microsoft/vscode-cpptools/issues/1297)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp