File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
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
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
+
3
9
## Version 0.17.1: May 17, 2018
4
10
* Fix IntelliSense update slowness when using recursive includes. [ #1949 ] ( https://github.com/Microsoft/vscode-cpptools/issues/1949 )
5
11
* Fix code navigation failure after switching between WSL and non-WSL configs. [ #1958 ] ( https://github.com/Microsoft/vscode-cpptools/issues/1958 )
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=874214 " ,
1322
+ "url" : " https://go.microsoft.com/fwlink/?linkid=874519 " ,
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=874215 " ,
1336
+ "url" : " https://go.microsoft.com/fwlink/?linkid=874520 " ,
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=874216 " ,
1352
+ "url" : " https://go.microsoft.com/fwlink/?linkid=874521 " ,
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=874217 " ,
1363
+ "url" : " https://go.microsoft.com/fwlink/?linkid=874522 " ,
1364
1364
"platforms" : [
1365
1365
" win32"
1366
1366
],
You can’t perform that action at this time.
0 commit comments