Skip to content

Commit 7779eb0

Browse files
authored
update1 1 0 insider3 changelog (#6371)
* Update changelog.
1 parent da43cf9 commit 7779eb0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Extension/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 1.1.0-insiders3: October 22, 2020
4+
### New Features
5+
* Add language server support for Windows ARM64 (no debugging yet). [#5583](https://github.com/microsoft/vscode-cpptools/issues/5583)
6+
* [cppdbg] Debugger Protocol Updates:
7+
* ReadMemoryRequest [PR MIEngine#1028](https://github.com/microsoft/MIEngine/pull/1028)
8+
* ModulesRequest and ModuleEvent [PR MIEngine#1054](https://github.com/microsoft/MIEngine/pull/1054)
9+
* [cppdbg] Support new SourceFileMap schema [PR #6319](https://github.com/microsoft/vscode-cpptools/pull/6319)
10+
11+
### Enhancements
12+
* Add `intelliSenseUpdateDelay` setting. [#6142](https://github.com/microsoft/vscode-cpptools/issues/6142)
13+
* YuTengjing (@tjx666) [PR #6344](https://github.com/microsoft/vscode-cpptools/pull/6344)
14+
* [cppdbg] Stepping out of a function will display '$ReturnValue'.
15+
* @Trass3r [PR MIEngine#1036](https://github.com/microsoft/MIEngine/pull/1036)
16+
* [cppdbg] Support composite expressions in natvis ArrayItems
17+
* @Trass3r [PR MIEngine#1044](https://github.com/microsoft/MIEngine/pull/1044)
18+
19+
### Bug Fixes
20+
* Fix incorrect signature help active argument with multiple template parameters. [#4786](https://github.com/microsoft/vscode-cpptools/issues/4786)
21+
* Fix changes to some `c_cpp_properties.json` properties not taking effect (until a reload) if `compileCommands` is set. [#6332](https://github.com/microsoft/vscode-cpptools/issues/6332)
22+
* Fix compiler querying when `compileCommands` is used with a file name with spaces. [#6339](https://github.com/microsoft/vscode-cpptools/issues/6339)
23+
* Fix issue with compiler querying not handling various clang command line options correctly. [6359](https://github.com/microsoft/vscode-cpptools/issues/6356)
24+
* Fix issue where std change warnings were not generated if IntelliSense mode was not set.
25+
* Fix issue macOS Framework search to only parse the "Current" framework folder when the "Headers" folder is not found. [#2046](https://github.com/microsoft/vscode-cpptools/issues/2046)
26+
327
## Version 1.1.0-insiders2: October 15, 2020
428
### Bug Fixes
529
* Fix `Build and Debug Active File` race condition with EngineLogs. [#6304](https://github.com/microsoft/vscode-cpptools/pull/6304)

0 commit comments

Comments
 (0)