Skip to content

Commit

Permalink
update changelog for insiders 4 (#6429)
Browse files Browse the repository at this point in the history
* insiders 4

* order

* order 2

* PR #
  • Loading branch information
elahehrashedi authored Nov 3, 2020
1 parent 6fbf85d commit a94de6e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# C/C++ for Visual Studio Code Change Log

## Version 1.1.0-insiders4: November 3, 2020
### Bug Fixes
* Show the compiler path in the `Build and Debug Active File` dropdown. [#4278](https://github.com/microsoft/vscode-cpptools/issues/4278)
* 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)
* Fixed "F5" to choose the correct build task. [#6375](https://github.com/microsoft/vscode-cpptools/issues/6375)
* Fix multiroot workspace tag parsing when `compileCommands` is set. [#6383](https://github.com/microsoft/vscode-cpptools/issues/6383)
* Fix extra tabs appearing in the cppbuild terminal output. [PR #6384](https://github.com/microsoft/vscode-cpptools/pull/6384)
* Fix Windows SDK detection on ARM64. [#6391](https://github.com/microsoft/vscode-cpptools/issues/6391)
* Fix mingw32 compilers not being detected. [#6394](https://github.com/microsoft/vscode-cpptools/issues/6394)
* Fix cl.exe path detection with non-default install locations on ARM64. [#6397](https://github.com/microsoft/vscode-cpptools/issues/6397)
* Various bug fixes for vcFormat. [PR #6408](https://github.com/microsoft/vscode-cpptools/pull/6408)
* debugServerPath is not used in 1.1.0-insiders3 if miDebuggerServerAddress is not specified. [#6411](https://github.com/microsoft/vscode-cpptools/issues/6411)
* [MIEngine PR #1070](https://github.com/microsoft/MIEngine/pull/1070)
* 1.1.0-insiders3: Setup commands do not work when attaching [#6417](https://github.com/microsoft/vscode-cpptools/issues/6417)
* [MIEngine PR #1072](https://github.com/microsoft/MIEngine/pull/1072)
* Fix issue causing zh-cn and zh-tw language files not to be used. [PR #6418](https://github.com/microsoft/vscode-cpptools/pull/6418)
* Fix issue causing some localized messages to be displayed incorrectly.
* Fixed issue with shipping an older version of vsdbg in offline packages.

## Version 1.1.0-insiders3: October 22, 2020
### New Features
* Add language server support for Windows ARM64 (no debugging yet). [#5583](https://github.com/microsoft/vscode-cpptools/issues/5583)
Expand Down

0 comments on commit a94de6e

Please sign in to comment.