chore: prepare for first publish#73
Merged
Merged
Conversation
- Fix .vscodeignore: correct case for AGENTS.md/CLAUDE.md, exclude GEMINI.md, .gitignore, .nvmrc, and release-please config files. Reduces .vsix from 50 to 43 files. - Add conditional guards to release workflow publish steps so they skip gracefully when secrets are not configured. - Add VS Code Marketplace and Open VSX badges to README. - Add Install section with direct store links and search instructions. - Simplify Get Started: mention Install Patchloom command as alternative to manual CLI download. - Remove inaccurate package.json categories (Programming Languages, Linters) that do not describe this extension. Refs #1, #58, #59 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
The Marketplace and Open VSX extension pages return 404 until the first publish. Exclude them from lychee to unblock CI on the prep PR. Remove the exclusions after the first successful publish. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
This was referenced Jun 5, 2026
List VS Code version requirement and Patchloom CLI minimum version in a dedicated section. Replace inline Contributing instructions with a link to the full CONTRIBUTING.md guide. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
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.
Preparation work for the first Marketplace and Open VSX publish.
Changes
.vscodeignorefix: Correct case forAGENTS.md/CLAUDE.md(vsce uses case-sensitive matching, soAgents.mddid not excludeAGENTS.mdon Linux CI). Add exclusions forGEMINI.md,.gitignore,.nvmrc,.release-please-manifest.json, andrelease-please-config.json. Reduces .vsix from 50 files (253 KB) to 43 files (249 KB).if: secrets.VSCE_PAT != '') to the Marketplace and Open VSX publish steps so the release job skips gracefully when secrets are missing.package.json: Remove inaccurate categories (Programming Languages,Linters) that do not describe this extension.Verification
npm run checkpasses (193 tests, 82% coverage, 43-file .vsix at 249 KB)Refs #1, #58, #59