1.1.0-insiders3
Pre-release
Pre-release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix ("extensions.autoUpdate" needs to be true
too). Or if that doesn't work (e.g. for remote ARM machines), manually download the vsix that matches the target OS and run the "Install from VSIX" command in VS Code (don't double click the vsix).
Requirements
- VS Code 1.49.0 or later.
Changes
New Features
- Add language server support for Windows ARM64 (no debugging yet). #5583
- [cppdbg] Debugger Protocol Updates:
- ReadMemoryRequest PR MIEngine#1028
- ModulesRequest and ModuleEvent PR MIEngine#1054
- [cppdbg] Support new SourceFileMap schema PR #6319
Enhancements
- Add
intelliSenseUpdateDelay
setting. #6142 - [cppdbg] Stepping out of a function will display '$ReturnValue'.
- [cppdbg] Support composite expressions in natvis ArrayItems
Bug Fixes
- Change macOS Framework searching to only parse the "Current" framework folder when the "Headers" folder is not found. #2046
- Fix incorrect signature help active argument with multiple template parameters. #4786
- Fix changes to some
c_cpp_properties.json
properties not taking effect (until a reload) ifcompileCommands
is set. #6332 - Fix compiler querying when
compileCommands
is used with a file name with spaces. #6339 - Fix issue with compiler querying not handling various clang command line options correctly. 6359
- Fix issue to not overwrite the compiler options and args when building from a custom defined task. #6366
- Fix issue where std change warnings were not generated if IntelliSense mode was not set.