Add msvc-cpp-toolkit extension#6178
Open
spartajet wants to merge 2 commits into
Open
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Zed Extension Submit Checklist
Extension: msvc-cpp-toolkit
Pre-Submit Verification
msvc-cpp-toolkit- no "zed"/"extension"How to Submit
1. Fork zed-industries/extensions
# Fork https://github.com/zed-industries/extensions to your GitHub account2. Clone your fork
3. Add your extension as submodule
4. Update extensions.toml
Add to
extensions.toml:5. Sort and commit
pnpm sort-extensions git add extensions.toml .gitmodules extensions/msvc-cpp-toolkit git commit -m "Add msvc-cpp-toolkit extension" git push origin main6. Create PR
Add msvc-cpp-toolkit extensionNotes for Reviewers
Why CMake Support Included?
Windows C++ development with MSVC almost always involves CMake. Rather than requiring users to install two separate extensions:
neocmake- for CMake LSPThis extension provides both in a cohesive package specifically for Windows developers.
No Conflict with neocmake
Users who prefer the standalone
neocmakeextension can still use it. This extension does not conflict - it simply provides an all-in-one solution for Windows MSVC C++ development.Current extension.toml