Skip to content

Commit

Permalink
Update vsce (#4)
Browse files Browse the repository at this point in the history
Update vsce version and add missing package step to ci flow.
  • Loading branch information
tortmayr authored Feb 28, 2024
1 parent 41c8d24 commit 8884c55
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
npm ci
npm test
npm run package
- uses: actions/upload-artifact@v3
with:
name: vsix-package
Expand Down
252 changes: 241 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@types/mocha": "^7.0.2",
"@types/node": "^6.0.40",
"@types/sinon": "^10.0.16",
"@vscode/vsce":"^2.24.0",
"@types/vscode": "1.65.0",
"clang-format": "^1.7.0",
"esbuild": "^0.14.13",
Expand All @@ -64,7 +65,6 @@
"ovsx": "^0.3.0",
"sinon": "^15.2.0",
"typescript": "^4.5.5",
"vsce": "^2.7.0",
"vscode-test": "^1.3.0"
},
"repository": {
Expand Down

0 comments on commit 8884c55

Please sign in to comment.