Add file extensions for C++20 module interface units#214800
Merged
aeschli merged 1 commit intomicrosoft:mainfrom Jun 11, 2024
powersagitar:main
Merged
Add file extensions for C++20 module interface units#214800aeschli merged 1 commit intomicrosoft:mainfrom powersagitar:main
aeschli merged 1 commit intomicrosoft:mainfrom
powersagitar:main
Conversation
aeschli
approved these changes
Jun 11, 2024
lszomoru
approved these changes
Jun 11, 2024
bricefriha
pushed a commit
to bricefriha/vscode
that referenced
this pull request
Jun 26, 2024
Add file extensions: C++20 module interface units
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Since C++20 introduced modules, some new file extensions are introduced alongside. For some of the new extensions, please refer to https://stackoverflow.com/a/76422027/20143641.
This PR adds the functionality for VS Code to automatically recognize source files with such extensions as C++ source files.
To test the changes, simply create a new file with extension:
cppmccmc++mcxxmvia VS Code file explorer and observe that C++ is automatically detected as the language.
This PR doesn't seem to resolve any issues.