Skip to content

Releases: microsoft/vscode-cpptools

1.20.5

08 May 03:27
03933b0
Compare
Choose a tag to compare

Instructions

Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later (April, 2022).
  • Windows 7+, macOS 10.12+, Linux (Ubuntu 16+, etc.).

Changes

Enhancements

  • Add support for C++ modules IFC version 0.43. #10843
  • Add support for ${userHome} in c_cpp_properties.json. #11756
  • Reduce the default max workspace symbol search results and add C_Cpp.maxSymbolSearchResults. PR #12131
  • Update clang-format/clang-tidy to 18.1.2. PR #12135
  • Log cpptools and cpptools-srv crash call stacks in the 'C/C++ Crash Call Stacks' Output channel for bug reporting (on x64 Linux and x64/arm64 Mac).
  • Increase the fuzzy symbol character limit from 16 to 28.
  • Update the IntelliSense engine.

Bug Fixes

  • Fix an IntelliSense parsing issue. #6183
  • Fix 'Copy Declaration / Definition' code not being formatted. #10956
  • Fix semantic colorization of certain macro arguments. #11416
  • Fix 'Add #include' code actions for code scoped by a namespace or class. #11541
  • Fix 'Create Declaration / Definition' not working if the cursor isn't on the function name. #11834
  • Fix duplicate 'Add #include' code actions. #11989
  • Fix directories being incorrectly recursively traversed in certain cases. #11993
  • Fix forcedInclude resolution for relative paths. PR #12035
  • Fix 'Add Configuration...' in launch.json when editor.suggest.showSnippets is false. #12059
  • Fix c_cpp_properties.json warnings for includePaths with ** wildcard glob patterns. #12070
  • Fix non-existent relative path variables not showing a warning in c_cpp_properties.json (and other related issues). #12089
  • Fix call stacks for cpptools and cpptools-srv not being available on Linux. #12091
  • Fix IntelliSense processes shutting down immediately if not enough memory is detected. #12126
  • Fix code analysis aborting after encountering an excluded file (instead of just skipping it). #12127
  • Fix "Cannot open source" errors on missing includes not appearing if C_Cpp.errorSquiggles is enabled. #12134
  • Fix the IntelliSense server not starting when a completion, signature help, or document highlight occurs from external commands. #12143
  • Fix the IntelliSense configuration not falling back to the c_cpp_properties.json configuration for a file not handled by a configuration provider. #12144
  • Fix duplicate URIs in calls to provideConfigurations. #12177
  • Fix a crash and deadlock with a high C_Cpp.loggingLevel. #12194
  • Fix handling of -iquote for code analysis and #include completions. #12198
  • Fix a crash during startup. #12237
  • Fix IntelliSense configuration on Windows ARM64. #12253
  • Fix a cpptools process crash and deadlock during shutdown.

1.20.4 (release candidate 3)

02 May 21:19
fd482d2
Compare
Choose a tag to compare
Pre-release

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Bug Fixes

  • Fix a couple crashes.

1.20.3 (release candidate 2)

01 May 00:55
1ceae9d
Compare
Choose a tag to compare
Pre-release

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Enhancement

  • Log cpptools and cpptool-srv crash call stacks in the 'C/C++ Crash Call Stacks' Output channel for bug reporting (on x64 Linux and x64/arm64 Mac).

Bug Fixes

  • Fix directories being incorrectly recursively traversed in certain cases. #11993
  • Fix a crash during startup. #12237
  • Fix IntelliSense configuration on Windows ARM64. #12253

1.20.2 (release candidate)

22 Apr 21:16
efdc8e9
Compare
Choose a tag to compare
Pre-release

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Bug Fixes

  • Fix non-existent relative path variables not showing a warning in c_cpp_properties.json (and other related issues). #12089
  • Fix duplicate URIs in calls to provideConfigurations. #12177
  • Fix a crash and deadlock with a high C_Cpp.loggingLevel. #12194
  • Fix handling of -iquote for code analysis and #include completions. #12198

1.20.1

10 Apr 01:19
a1487e5
Compare
Choose a tag to compare
1.20.1 Pre-release
Pre-release

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Bug Fixes

  • Fix 'Add #include' code actions for code scoped by a namespace or class. #11541
  • Fix the IntelliSense server not starting when a completion, signature help, or document highlight occurs from external commands. #12143
  • Fix the IntelliSense configuration not falling back to the c_cpp_properties.json configuration for a file not handled by a configuration provider. #12144

1.20.0

26 Mar 22:40
6f19496
Compare
Choose a tag to compare
1.20.0 Pre-release
Pre-release

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Enhancements

  • Add support for C++ modules IFC version 0.43. #10843
  • Add support for ${userHome} in c_cpp_properties.json. #11756
  • Reduce the default max workspace symbol search results and add C_Cpp.maxSymbolSearchResults. PR #12131
  • Update to clang-format/clang-tidy 18.1.2. PR #12135
  • Update IntelliSense engine.

Bug Fixes

  • Fix IntelliSense parsing issues. #6183
  • Fix 'Copy Declaration / Definition' code not being formatted. #10956
  • Fix 'Create Declaration / Definition' not working if the cursor isn't on the function name. #11834
  • Fix duplicate 'Add #include' code actions. #11989
  • Fix forcedInclude resolution for relative paths. PR #12035
  • Fix 'Add Configuration...' in launch.json when editor.suggest.showSnippets is false. #12059
  • Fix c_cpp_properties.json warnings for includePaths with ** wildcard glob patterns. #12070
  • Fix call stacks for cpptools and cpptools-srv not being available on Linux. #12091
  • Fix IntelliSense processes shutting down immediately if not enough memory is detected. #12126
  • Fix code analysis aborting after encountering an excluded file (instead of just skipping it). #12127
  • Fix "Cannot open source" errors on missing includes not appearing if C_Cpp.errorSquiggles is enabled. #12134
  • Fix a cpptools process crash and deadlock during shutdown.

1.19.9

20 Mar 18:46
ad5d6de
Compare
Choose a tag to compare

Instructions

Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Bug Fixes

  • Fix an issue with Cygwin system headers not being properly detected. #12113
  • Fix a crash in cpptools-srv when low on memory. #12121
  • Fix an issue preventing cpptools-srv from being relaunched after a crash.

1.19.8

14 Mar 03:33
9269192
Compare
Choose a tag to compare

Instructions

Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Bug Fixes

  • Fix an issue with applying the proper working directory from a compile_commands.json when a compilePath is also set. #12024
  • Fix a deadlock. #12051
  • Fix a crash that could occur when failing to query clang-cl.
  • Fix an issue with handling of winsysroot args for clang-cl.
  • Fix an issue with processing relative include paths returned by clang-cl.

1.19.6

07 Mar 00:31
2344655
Compare
Choose a tag to compare

Instructions

Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Enhancement

  • Performance improvement.

1.19.5

04 Mar 23:57
e12c7c2
Compare
Choose a tag to compare

Instructions

Install it via using the Extensions view in VS Code or download a vsix that matches your OS from Assets section below (or the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: 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.67.0 or later.

Changes

Enhancements

  • Change how args and command fields are handled in cppbuild tasks, to match the behavior of VS Code shell build tasks, including explicit quoting support. #12001
  • Enable C23 IntelliSense support, and add support for clatest std value for MSVC. #12020

Bug Fixes

  • Fix the IntelliSense cache not being pruned. #11925
  • Fix an issue with duplicate Add #include code actions appearing if the same header name exists in multiple locations. #11989
  • Fix compiler querying with a -index-store-path argument. #12012
  • Fix an issue with changes to C_Cpp.inlayHints settings not taking effect immediately. #12013
  • Fix an issue with how Doxygen brief and param are displayed on hover. #12015
  • Fix an issue preventing the extension from functioning if installed via snap on Linux. #12021
  • Fix compiler querying with a -Xclang -mllvm argument. #12024
  • Fix the include graph lookup not occurring for source files. #12036
  • Fix exclusions not applying to dependent headers with recursive includes. #12042
  • Fix a potential cpptools process hang on shutdown.