Skip to content

Commit 2edf726

Browse files
committed
Update for 0.17.2. (#2022)
1 parent b1e40a4 commit 2edf726

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Extension/CHANGELOG.md

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

3+
## Version 0.17.2: May 21, 2018
4+
* Fix infinite loop during initialization on Windows. [#1960](https://github.com/Microsoft/vscode-cpptools/issues/1960)
5+
* Fix main process IntelliSense-related crashes. [#2006](https://github.com/Microsoft/vscode-cpptools/issues/2006)
6+
* Fix deadlock after formatting large files. [#2007](https://github.com/Microsoft/vscode-cpptools/issues/2007)
7+
* Fix recursive includes failing to find some system includes. [#2019](https://github.com/Microsoft/vscode-cpptools/issues/2019)
8+
39
## Version 0.17.1: May 17, 2018
410
* Fix IntelliSense update slowness when using recursive includes. [#1949](https://github.com/Microsoft/vscode-cpptools/issues/1949)
511
* Fix code navigation failure after switching between WSL and non-WSL configs. [#1958](https://github.com/Microsoft/vscode-cpptools/issues/1958)

Extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@
13191319
"runtimeDependencies": [
13201320
{
13211321
"description": "C/C++ language components (Linux / x86_64)",
1322-
"url": "https://go.microsoft.com/fwlink/?linkid=874214",
1322+
"url": "https://go.microsoft.com/fwlink/?linkid=874519",
13231323
"platforms": [
13241324
"linux"
13251325
],
@@ -1333,7 +1333,7 @@
13331333
},
13341334
{
13351335
"description": "C/C++ language components (Linux / x86)",
1336-
"url": "https://go.microsoft.com/fwlink/?linkid=874215",
1336+
"url": "https://go.microsoft.com/fwlink/?linkid=874520",
13371337
"platforms": [
13381338
"linux"
13391339
],
@@ -1349,7 +1349,7 @@
13491349
},
13501350
{
13511351
"description": "C/C++ language components (OS X)",
1352-
"url": "https://go.microsoft.com/fwlink/?linkid=874216",
1352+
"url": "https://go.microsoft.com/fwlink/?linkid=874521",
13531353
"platforms": [
13541354
"darwin"
13551355
],
@@ -1360,7 +1360,7 @@
13601360
},
13611361
{
13621362
"description": "C/C++ language components (Windows)",
1363-
"url": "https://go.microsoft.com/fwlink/?linkid=874217",
1363+
"url": "https://go.microsoft.com/fwlink/?linkid=874522",
13641364
"platforms": [
13651365
"win32"
13661366
],

0 commit comments

Comments
 (0)