Skip to content

Commit

Permalink
See if pinning vscode version fixes windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Sep 10, 2024
1 parent 9376305 commit 42f90c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Apache Daffodil",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.67.2"
"vscode": "1.67.2"
},
"icon": "images/daffodil.ico",
"categories": [
Expand Down Expand Up @@ -69,7 +69,7 @@
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.3",
"@types/node": "^20.11.30",
"@types/vscode": "^1.67.2",
"@types/vscode": "1.67.0",
"@types/vscode-webview": "^1.57.3",
"@vscode/debugadapter-testsupport": "1.65.0",
"@vscode/test-electron": "2.3.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,10 @@
resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.4.tgz#12b0dd73afeeaed5a1f48dbdb3824af75773bc8c"
integrity sha512-RrVw9s6gBJuY1IkUHMNznWgj/ktjwLpATyOTcKxUDIbbp7AQeK7S0E1+P/8Z75OgAW13OMqSAmaiuWw25dh59Q==

"@types/vscode@^1.67.2":
version "1.82.0"
resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz"
integrity sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==
"@types/[email protected].0":
version "1.67.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.67.0.tgz#8eaba41d1591aa02f5d960b7dfae3b16e066f08c"
integrity sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==

"@types/ws@*":
version "8.5.5"
Expand Down

0 comments on commit 42f90c5

Please sign in to comment.