File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 ],
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 ],
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 ],
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 ],
You can’t perform that action at this time.
0 commit comments