Skip to content

Commit a94de6e

Browse files
author
Elaheh Rashedi
authored
update changelog for insiders 4 (#6429)
* insiders 4 * order * order 2 * PR #
1 parent 6fbf85d commit a94de6e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# C/C++ for Visual Studio Code Change Log
22

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+
322
## Version 1.1.0-insiders3: October 22, 2020
423
### New Features
524
* Add language server support for Windows ARM64 (no debugging yet). [#5583](https://github.com/microsoft/vscode-cpptools/issues/5583)

0 commit comments

Comments
 (0)