1.1.2
Instructions
To use the "offline" .vsix (that doesn't download OS-based dependencies on extension activation), download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code (don't double-click the .vsix or another app like VS might try to open it incorrectly).
Requirements
- VS Code 1.49.0 or later.
Changes
Bug Fix
- Fix resolution of
${fileDirname}
withcppbuild
tasks. #6386
Known Issues
- VS Code 1.51.1 or newer starts using endless CPU/memory after cpptools crashes. #6603
- Build tasks issues, see #6538
- Warnings don't appear with
cppbuild
tasks. #6556 - Fixed with VS Code Insiders: "F5" runs the wrong "preLaunchTask", if preLaunchTask is a default custom task name. Microsoft/vscode#109939
- Debugging on Windows ARM64 isn't supported. #6392
- compile_commands.json is not working correctly for *.C files. #6497