1.1.0-insiders4 (release candidate)
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
Bug Fixes
- Show the compiler path in the
Build and Debug Active File
dropdown. #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
- Fixed "F5" to choose the correct build task. #6375
- Fix multiroot workspace tag parsing when
compileCommands
is set. #6383 - Fix extra tabs appearing in the cppbuild terminal output. PR #6384
- Fix Windows SDK detection on ARM64. #6391
- Fix mingw32 compilers not being detected. #6394
- Fix cl.exe path detection with non-default install locations on ARM64. #6397
- Various bug fixes for vcFormat. PR #6408
- debugServerPath is not used in 1.1.0-insiders3 if miDebuggerServerAddress is not specified. #6411
- 1.1.0-insiders3: Setup commands do not work when attaching #6417
- Fix issue causing zh-cn and zh-tw language files not to be used. PR #6418
- Fix issue causing some localized messages to be displayed incorrectly.
- Fixed issue with shipping an older version of vsdbg in offline packages.
Known Issues
- "F5" runs the wrong "preLaunchTask", if preLaunchTask is a default custom task name. Microsoft/vscode#109939
- Debugging on Windows ARM64 isn't supported. #6392