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 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 )
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=874519 " ,
1322+ "url" : " https://go.microsoft.com/fwlink/?linkid=874913 " ,
13231323 "platforms" : [
13241324 " linux"
13251325 ],
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 ],
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 ],
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 ],
You can’t perform that action at this time.
0 commit comments