Skip to content

1.1.1

Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 10 Nov 01:08
· 1651 commits to release since this release
adff6e6

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 Fixes

  • Fix cpptools binaries sometimes not getting installed on Windows. #6453

Known Issues

  • 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