Skip to content

Commit

Permalink
Reverted vscode types version
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
  • Loading branch information
Thomas Kosiewski committed May 29, 2023
1 parent 52d12bd commit ecce11b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build extension
run: |
npm run compile
npm run package
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
run: npm run deploy
Expand Down
8 changes: 4 additions & 4 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 @@ -164,7 +164,7 @@
"@types/minimatch": "3.0.5",
"@types/mocha": "10.0.1",
"@types/node": "16.11.45",
"@types/vscode": "1.78.1",
"@types/vscode": "1.70.0",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"es6-promisify": "7.0.0",
Expand Down

0 comments on commit ecce11b

Please sign in to comment.