Skip to content

1.1.3

Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 04 Dec 02:37
· 1493 commits to release since this release
25d7497

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

  • Disable the "join Insiders" prompt for Linux CodeSpaces. #6491
  • Fix "shell" tasks giving error "Cannot read property includes of undefined". #6538
  • Fix various task variables not getting resolved with cppbuild tasks. #6538
  • Fix warnings not appearing with cppbuild tasks. #6556
  • Fix endless CPU/memory usage if the cpptools process crashes. #6603
  • Fix the default cwd for cppbuild tasks. #6618

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