vscode-release
Installation
SKILL.md
VS Code Extension Release Workflow
Follow this workflow for the current repository.
Prepare local build verification
- Verify release target files in
packages/vscodeand confirm current branch state. - Run
pnpm install --frozen-lockfile. - Run
pnpm -C packages/vscode run package. - Read
packages/vscode/package.jsonand confirm the current extension version. - Confirm the VSIX exists at
packages/vscode/difit-vscode-<version>.vsix. - Ask the user to smoke test the local VSIX install in VS Code:
- Install from VSIX.
- Confirm the
difitcommand opens review correctly. - Confirm the toolbar button/icon appears and works.
- Ask for explicit OK in Japanese before publishing.