File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# C/C++ for Visual Studio Code Change Log
2
2
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 )
4
13
* Fix infinite loop during initialization on Windows. [ #1960 ] ( https://github.com/Microsoft/vscode-cpptools/issues/1960 )
5
14
* Fix main process IntelliSense-related crashes. [ #2006 ] ( https://github.com/Microsoft/vscode-cpptools/issues/2006 )
6
15
* Fix deadlock after formatting large files. [ #2007 ] ( https://github.com/Microsoft/vscode-cpptools/issues/2007 )
Original file line number Diff line number Diff line change 1319
1319
"runtimeDependencies" : [
1320
1320
{
1321
1321
"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 " ,
1323
1323
"platforms" : [
1324
1324
" linux"
1325
1325
],
1333
1333
},
1334
1334
{
1335
1335
"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 " ,
1337
1337
"platforms" : [
1338
1338
" linux"
1339
1339
],
1349
1349
},
1350
1350
{
1351
1351
"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 " ,
1353
1353
"platforms" : [
1354
1354
" darwin"
1355
1355
],
1360
1360
},
1361
1361
{
1362
1362
"description" : " C/C++ language components (Windows)" ,
1363
- "url" : " https://go.microsoft.com/fwlink/?linkid=874522 " ,
1363
+ "url" : " https://go.microsoft.com/fwlink/?linkid=874916 " ,
1364
1364
"platforms" : [
1365
1365
" win32"
1366
1366
],
You can’t perform that action at this time.
0 commit comments