|
1 | 1 | #C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +##Version 1.1.0-insiders4: November 3, 2020 |
| 4 | +###Bug Fixes |
| 5 | +* Show the compiler path in the`Build and Debug Active File` dropdown.[#4278](https://github.com/microsoft/vscode-cpptools/issues/4278) |
| 6 | +* Allow the debug configuration to wait for the preLaunchTask to complete before continuing on and resolving environment variables or processes that may have been set in the 'tasks.json'.[#5287](https://github.com/microsoft/vscode-cpptools/issues/5287) |
| 7 | +* Fixed "F5" to choose the correct build task.[#6375](https://github.com/microsoft/vscode-cpptools/issues/6375) |
| 8 | +* Fix multiroot workspace tag parsing when`compileCommands` is set.[#6383](https://github.com/microsoft/vscode-cpptools/issues/6383) |
| 9 | +* Fix extra tabs appearing in the cppbuild terminal output.[PR#6384](https://github.com/microsoft/vscode-cpptools/pull/6384) |
| 10 | +* Fix Windows SDK detection on ARM64.[#6391](https://github.com/microsoft/vscode-cpptools/issues/6391) |
| 11 | +* Fix mingw32 compilers not being detected.[#6394](https://github.com/microsoft/vscode-cpptools/issues/6394) |
| 12 | +* Fix cl.exe path detection with non-default install locations on ARM64.[#6397](https://github.com/microsoft/vscode-cpptools/issues/6397) |
| 13 | +* Various bug fixes for vcFormat.[PR#6408](https://github.com/microsoft/vscode-cpptools/pull/6408) |
| 14 | +* debugServerPath is not used in 1.1.0-insiders3 if miDebuggerServerAddress is not specified.[#6411](https://github.com/microsoft/vscode-cpptools/issues/6411) |
| 15 | +*[MIEngine PR#1070](https://github.com/microsoft/MIEngine/pull/1070) |
| 16 | +* 1.1.0-insiders3: Setup commands do not work when attaching[#6417](https://github.com/microsoft/vscode-cpptools/issues/6417) |
| 17 | +*[MIEngine PR#1072](https://github.com/microsoft/MIEngine/pull/1072) |
| 18 | +* Fix issue causing zh-cn and zh-tw language files not to be used.[PR#6418](https://github.com/microsoft/vscode-cpptools/pull/6418) |
| 19 | +* Fix issue causing some localized messages to be displayed incorrectly. |
| 20 | +* Fixed issue with shipping an older version of vsdbg in offline packages. |
| 21 | + |
3 | 22 | ##Version 1.1.0-insiders3: October 22, 2020 |
4 | 23 | ###New Features |
5 | 24 | * Add language server support for Windows ARM64 (no debugging yet).[#5583](https://github.com/microsoft/vscode-cpptools/issues/5583) |
|