1.13.3
Pre-release
Pre-release
sean-mcmanus
released this
26 Oct 22:46
·
671 commits
to insiders
since this 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
- Make Doxygen hover comments customizable with
C_Cpp.doxygen.sectionTags
. #8525 - Delay applying
c_cpp_properties.json
changes until after a save. #9185 - Create directories on Linux/Mac with 755 instead of 777 permissions. #9670
- Add a
C_Cpp.hover
setting to enable disabling hover results. #9793 - Update to clang-format and clang-tidy 15.0.3. #9816
- Make array settings give a warning for duplicates. PR #9959
Bug Fixes
- Fix "final" breaking formatting. #6638
- Fix an IntelliSense crash with the seqan3 library. #8956
- Fix the
editor.parameterHints.enabled
setting not being used whenC_Cpp.autocompleteAddParentheses
istrue
. #9314 - Fix wordexp sometimes getting stuck on Mac (and Linux). #9688
- Fix ctrl+space completion for Doxygen tags. #9732
- Fix inlay hints showing "type" for lambdas in certain cases. #9971
- Resolve variables for
C_Cpp.codeAnalysis.clangTidy.args
andheaderFilter
. #9981, #9996 - Fix some translations. #9986, #10011, #10012, #10013
- Disable the "Generate Doxygen Comment" context menu when IntelliSense is disabled. PR #10007
- Fix clang-tidy and clang-format not working on CentOS7 and other Linux OS's without glibc 2.27 or greater. #10019
- Fix various bugs with the
C_Cpp.codeAnalysis.clangTidy.headerFilter
setting. #10023 - Fix extensionHost logging an error related to onWillSaveTextDocument whenever a save is done.
- Fix random "Failed to spawn IntelliSense process" on Mac.
- Fix redundant rescan when adding a workspace folder.
Known Issues
- IntelliSense regression: #10075