Skip to content

1.1.2

Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 18 Nov 02:28
· 1650 commits to release since this release
16f3521

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} with cppbuild 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