Skip to content

Commit

Permalink
Merge for 0.17.2-insiders.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus committed May 22, 2018
2 parents 0d80edb + 5883747 commit fbbe284
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# C/C++ for Visual Studio Code Change Log

## Version 0.17.2: May 21, 2018
* Fix infinite loop during initialization on Windows. [#1960](https://github.com/Microsoft/vscode-cpptools/issues/1960)
* Fix main process IntelliSense-related crashes. [#2006](https://github.com/Microsoft/vscode-cpptools/issues/2006)
* Fix deadlock after formatting large files. [#2007](https://github.com/Microsoft/vscode-cpptools/issues/2007)
* Fix recursive includes failing to find some system includes. [#2019](https://github.com/Microsoft/vscode-cpptools/issues/2019)

## Version 0.17.1: May 17, 2018
* Fix IntelliSense update slowness when using recursive includes. [#1949](https://github.com/Microsoft/vscode-cpptools/issues/1949)
* Fix code navigation failure after switching between WSL and non-WSL configs. [#1958](https://github.com/Microsoft/vscode-cpptools/issues/1958)
Expand Down
2 changes: 1 addition & 1 deletion Extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"runtimeDependencies": [
{
"description": "C/C++ language components (Linux / x86_64)",
"url": "https://go.microsoft.com/fwlink/?linkid=874214",
"url": "https://go.microsoft.com/fwlink/?linkid=874519",
"platforms": [
"linux"
],
Expand All @@ -1333,7 +1333,7 @@
},
{
"description": "C/C++ language components (Linux / x86)",
"url": "https://go.microsoft.com/fwlink/?linkid=874215",
"url": "https://go.microsoft.com/fwlink/?linkid=874520",
"platforms": [
"linux"
],
Expand All @@ -1349,7 +1349,7 @@
},
{
"description": "C/C++ language components (OS X)",
"url": "https://go.microsoft.com/fwlink/?linkid=874216",
"url": "https://go.microsoft.com/fwlink/?linkid=874521",
"platforms": [
"darwin"
],
Expand All @@ -1360,7 +1360,7 @@
},
{
"description": "C/C++ language components (Windows)",
"url": "https://go.microsoft.com/fwlink/?linkid=874217",
"url": "https://go.microsoft.com/fwlink/?linkid=874522",
"platforms": [
"win32"
],
Expand Down

0 comments on commit fbbe284

Please sign in to comment.