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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Required environment variables:
26
26
-`VSCE_PAT` - VS Code Marketplace personal access token
27
27
-`OVSX_PAT` - OpenVSX registry personal access token
28
28
29
-
For local development, follow the vsce and ovsx documentation to set up personal access tokens. For CI/CD, add these as GitHub repository `secrets` or skip specific platforms.
29
+
For local development, follow the [Visual Studio Marketplace](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token)and [Open VSX Registry](https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#1-create-an-access-token) documentation to set up personal access tokens. For CI/CD, add these as GitHub repository `secrets` or skip specific platforms.
30
30
31
31
## GitHub Actions Integration
32
32
@@ -77,7 +77,7 @@ jobs:
77
77
# Publish extension to all platforms
78
78
# Or you can skip publishing to specific platforms in CI and run npx vsxpub locally without configuring secrets
0 commit comments