Skip to content

Commit c5105f0

Browse files
authored
Update for 0.17.4. (#2067)
1 parent b5e00c0 commit c5105f0

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Extension/CHANGELOG.md

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

3-
## Version 0.17.2: May 21, 2018
3+
## Version 0.17.4: May 31, 2018
4+
* Fix infinite loop (caused by deadlock) when using recursive includes. [#2043](https://github.com/Microsoft/vscode-cpptools/issues/2043)
5+
* Stop using recursive includes in the default configuration.
6+
* @Hyzeta [PR #2059](https://github.com/Microsoft/vscode-cpptools/pull/2059)
7+
* Fix various other potential deadlocks and crashes.
8+
* Fix Go to Definition on `#include` not filtering out results based on the path. [#1253](https://github.com/Microsoft/vscode-cpptools/issues/1253), [#2033](https://github.com/Microsoft/vscode-cpptools/issues/2033)
9+
* Fix database icon getting stuck. [#1917](https://github.com/Microsoft/vscode-cpptools/issues/1917)
10+
11+
## Version 0.17.3: May 22, 2018
12+
* Add support for `${workspaceFolder:folderName}`. [#1774](https://github.com/Microsoft/vscode-cpptools/issues/1774)
413
* Fix infinite loop during initialization on Windows. [#1960](https://github.com/Microsoft/vscode-cpptools/issues/1960)
514
* Fix main process IntelliSense-related crashes. [#2006](https://github.com/Microsoft/vscode-cpptools/issues/2006)
615
* Fix deadlock after formatting large files. [#2007](https://github.com/Microsoft/vscode-cpptools/issues/2007)

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=874519",
1322+
"url": "https://go.microsoft.com/fwlink/?linkid=874913",
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=874520",
1336+
"url": "https://go.microsoft.com/fwlink/?linkid=874914",
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=874521",
1352+
"url": "https://go.microsoft.com/fwlink/?linkid=874915",
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=874522",
1363+
"url": "https://go.microsoft.com/fwlink/?linkid=874916",
13641364
"platforms": [
13651365
"win32"
13661366
],

0 commit comments

Comments
 (0)