feat(deps): bump the vscode-extensions #341
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
ms-vscode.cpptools
from 1.18.5 to 1.19.5Release notes
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
Changes
Enhancements
args
andcommand
fields are handled incppbuild
tasks, to match the behavior of VS Codeshell
build tasks, including explicitquoting
support. #12001clatest
std
value for MSVC. #12020Bug Fixes
Add #include
code actions appearing if the same header name exists in multiple locations. #11989-index-store-path
argument. #12012C_Cpp.inlayHints
settings not taking effect immediately. #12013brief
andparam
are displayed on hover. #12015-Xclang -mllvm
argument. #12024Updates
ms-vscode.cmake-tools
from 1.17.15 to 1.17.17Release notes
1.17.17
Bug Fixes:
Updates
matepek.vscode-catch2-test-adapter
from 4.8.3 to 4.10.0Release notes
See CHANGELOG.md for details.
Note
Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are no automated tests for the VS Code Extension updates.