You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates.
Updates ms-vscode.cpptools from 1.22.11 to 1.23.5
Release notes
Instructions
The extension can be obtained by one of the methods below:
Install the "C/C++" or "C/C++ Extension Pack" extension published by Microsoft from the Extensions view in VS Code.
Download a vsix that matches your OS from the Assets section below (and install it via the method mentioned above). The previous download methods have the vsix signatures verified by the Marketplace, but for this method, you can do the verification by downloading the matching manifest and signature.p7s file and running npx [at]vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s>vscode-vsce#1044.
Requirements
VS Code 1.67.0 or later (April 2022).
Windows 7+ (x64, arm64), macOS 10.12+, Linux (Ubuntu 16+, etc.).
Changes
Enhancements
Modifications to the snippet completions to more closely match the snippets provided by TypeScript. #4482
Changes to how paths are internally canonicalized on Linux and macOS, avoiding file system access to improve performance and delay resolution of symbolic links. #12924
Add handling of -fno-char8_t and -fchar8_t compiler arguments. #12968
Add support for providing well-known compiler argument information to Copilot Completions. PR #12979
Fixed unnecessary cancellation of Copilot context requests. PR #12988
Add support for passing an additional parameter to C_Cpp.ConfigurationSelect command. PR #12993
Fix an issue in which a didOpen event was processed before the language client was fully started. #12954
Fix the IntelliSense mode being macos instead of windows when _WIN32 is defined on macOS. #13016
Fix IntelliSense bugs when using non-UTF8 file encodings. #13028, #13044
Fix an incorrect translation for "binary operator". #13048
Fix the "references may be missing" logging pane being shown when the C_Cpp.loggingLevel is Error or None. #13066
Fix C_Cpp.default.compilerPath not using the C_Cpp.preferredPathSeparator setting when generated from the 'Select IntelliSense Configuration' command. #13083
Fix a couple bugs with .editorConfig handling. PR #13140
Fix a bug when processing a file with invalid multi-byte sequences. #13150
Comparing ghcr.io/philips-software/amp-devcontainer-cpp:latest to ghcr.io/philips-software/amp-devcontainer-cpp@sha256:70112c4331a2672e3c7642a80b69f6b82a9744838d6c4b513d176095e22a8682
Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest to ghcr.io/philips-software/amp-devcontainer-rust@sha256:9d9035d7ce91eea3fe66d7df0686b2258d4546ac02b67d69d296ff7c4b5c472e
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.
Note
Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates.
Updates
ms-vscode.cpptools
from 1.22.11 to 1.23.5Release notes