Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

54 lines (36 loc) · 602 Bytes

develop

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.

test

These are also checked in CI.

# unit testing
pnpm test

# lint, typecheck
pnpm validate
# e2e
pnpm e2e

PR

Use czg or make sure to prefix type.

czg

publish

Manual publish

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