We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1782d5 commit 43522ccCopy full SHA for 43522cc
.github/workflows/vsce.yml
@@ -38,7 +38,7 @@ jobs:
38
retry_on: error
39
command: |
40
sleep 5
41
- cd ./packages/vscode-extension
+ cd ./packages/p4
42
npm install
43
npx vsce package
44
VERSION=`ls *.vsix | awk -F '.vsix' '{print $1}'`
0 commit comments