Remove unavailable VS Code distribution claims#1107
Merged
Conversation
📝 WalkthroughWalkthroughThe VS Code README’s Installation section removes Marketplace and VSIX instructions, including their installation commands, and proceeds directly to the From source instructions. ChangesVS Code installation documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1107 +/- ##
=======================================
Coverage 93.72% 93.72%
=======================================
Files 96 96
Lines 32708 32708
Branches 456 456
=======================================
Hits 30654 30654
Misses 2041 2041
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
0.2.0is the first Marketplace releaseInstallation from source remains the only documented method.
Why
Neither removed distribution method is currently available to users:
veralang.vera-languagehas not been published because Marketplace upload is blocked by the issue tracked in VS Code Marketplace rejects extension as suspicious content #1106.These statements were added prematurely during release preparation. User-facing documentation and release notes must describe the current verified release state, not an anticipated state dependent on third-party publication.
Marketplace instructions and release notes should be added in a separate follow-up only after the listing is live and the exact installation flow has been tested. VSIX instructions should be added only if a public VSIX download is made available and tested.
Validation
git diff --checkveralang.vera-language,vera-language-0.2.0.vsix,VS Code Marketplace,From VSIX, orcode --install-extensionclaimsnpm run package:list