You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vscode/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,12 @@ Common commands (run from this package):
34
34
-`npm run typecheck` — TypeScript noEmit check
35
35
-`npm run test:unit` — Unit tests via Rstest
36
36
-`npm run test:e2e` — VS Code Extension Host E2E tests
37
+
38
+
### Packaging & Publishing
39
+
40
+
- Local package (current platform): `npm run package:vsix`
41
+
- Publish (current platform): `npm run publish:vsce` (requires `VSCE_PAT`)
42
+
43
+
CI
44
+
- On tag push or manual dispatch, GitHub Actions runs on Linux and publishes for all platforms using `vsce publish --target` (win32/darwin/linux; x64 and arm64).
45
+
- Configure the `VSCE_PAT` repository secret for Marketplace publishing.
0 commit comments