pnpm i
pnpm dev
Debug > Run Extension
Open DEBUG CONSOLE
(Cmd + Shift + y) to see logs.
After modifying, 「Cmd + Shift + P」 > 「Developer: Reload Window」 in extension host window.
These are also checked in CI.
# unit testing
pnpm test
# lint, typecheck
pnpm validate
# e2e
pnpm e2e
Use czg
or make sure to prefix type.
czg
pnpm add -g @vscode/vsce
pnpm dlx commit-and-tag-version
git push --follow-tags origin main
pnpm run vsce:package
pnpm run vsce:publish