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

Commitd3f7018

Browse files
authored
Merge branch 'release' into master
2 parents7e7a522 +987347c commitd3f7018

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

‎Extension/CHANGELOG.md‎

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

3-
##Version 0.17.5: June19, 2018
3+
##Version 0.17.5: June21, 2018
44
* Detect`compile_commands.json` and show prompt to use it.[#1297](https://github.com/Microsoft/vscode-cpptools/issues/1297)
55
* Change inactive regions from gray to translucent.[#1907](https://github.com/Microsoft/vscode-cpptools/issues/1907)
66
* Improve performance of recursive includes paths.[#2068](https://github.com/Microsoft/vscode-cpptools/issues/2068)
@@ -9,6 +9,7 @@
99
* Fix non-header files outside the workspace folder not being parsed (i.e. so`Go to Definition` works).[#2053](https://github.com/Microsoft/vscode-cpptools/issues/2053)
1010
* Fix some crashes.[#2080](https://github.com/Microsoft/vscode-cpptools/issues/2080)
1111
* Support asm clobber registers on Windows.[#2090](https://github.com/Microsoft/vscode-cpptools/issues/2090)
12+
* Fix usage of`${config:section.setting}`.[#2165](https://github.com/Microsoft/vscode-cpptools/issues/2165)
1213
*`browse.path` now inherits`includePath` if not set in`c_cpp_properties.json`.
1314
* On Windows,`compilerPath` now populates with the guessed`cl.exe` path, and the`MSVC` include path is based on the`cl.exe` path.
1415
* Fix files under a non-recursive`browse.path` being removed from the database.

‎Extension/package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Extension/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"cpptools",
33
"displayName":"C/C++",
44
"description":"C/C++ IntelliSense, debugging, and code browsing.",
5-
"version":"0.17.5-master",
5+
"version":"0.17.5",
66
"publisher":"ms-vscode",
77
"preview":true,
88
"icon":"LanguageCCPP_color_128x.png",
@@ -1503,4 +1503,4 @@
15031503
"binaries": []
15041504
}
15051505
]
1506-
}
1506+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp