Skip to content

chore: tighten VS Code extension package#21

Draft
k08200 wants to merge 1 commit into
mainfrom
agent/vscode-package-hygiene
Draft

chore: tighten VS Code extension package#21
k08200 wants to merge 1 commit into
mainfrom
agent/vscode-package-hygiene

Conversation

@k08200

@k08200 k08200 commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add the repository MIT license to the local Spock VS Code extension package
  • declare the extension's shipped files explicitly
  • keep development-only .vscode launch configuration and compiler corpus out of the installed VSIX

Why

The canonical TextMate grammar and compiler parity tests were already complete, but vsce package emitted packaging warnings and included development fixtures in the distributable archive.

This is limited to editors/vscode and does not change the Spock language, compiler, CLI, or runtime.

Validation

  • cargo test --locked -p spock-lang — 124 tests passed
  • cargo run --locked -q -p spock-cli -- check editors/vscode/test/corpus.spock — accepted
  • npx --yes @vscode/vsce package --out /tmp/spock-textmate-loader-clean.vsix — packaged without warnings
  • verified the VSIX contains only the manifest, README, license, language configuration, and TextMate grammar
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 59194a1f-dbed-483b-b467-bec62717dae3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/vscode-package-hygiene

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant