Skip to content

Commit

Permalink
fix: revert back to @types/vscode ^1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Mar 26, 2024
1 parent e782fcc commit 2e6765a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ updates:
applies-to: version-updates
patterns:
- "*"
ignore:
# this needs to match engines.vscode and defines the minimum version of vscode
- dependency-name: '@types/vscode'
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# vscode requires an X Server
- name: npm test
run: xvfb-run npm test
# ensure package can be built when package.json changes
- name: npx vsce package
run: npx vsce package
build-windows:
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "20.x",
"@types/vscode": "^1.87.0",
"@types/vscode": "^1.77.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit 2e6765a

Please sign in to comment.