We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b83483 commit 7ff5799Copy full SHA for 7ff5799
.github/workflows/package.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version-file: ".nvmrc"
17
cache: "npm"
18
- run: npm ci
19
- - run: npx @vscode/vsce package --allow-package-secrets privatekey
+ - run: npx @vscode/vsce package
20
- uses: actions/upload-artifact@v4
21
with:
22
path: ./*.vsix
.github/workflows/pr.yml
@@ -18,7 +18,7 @@ jobs:
- run: npm run copyright:check
- run: xvfb-run -a npm run test
if: runner.os == 'Linux'
23
24
0 commit comments