Skip to content

Commit c9a5807

Browse files
authored
fix(language-tools): Update minimum supported version of VS Code (#16069)
* fix(language-tools): Update minimum supported version of VS Code * chore: lockfile
1 parent 81d9f1d commit c9a5807

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

.changeset/every-lights-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro-vscode': patch
3+
---
4+
5+
Updates the minimum supported version of VS Code to 1.92.0 (July 2024)

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ jobs:
212212
strategy:
213213
matrix:
214214
os: [ubuntu-latest]
215-
# VS Code 1.90 (minimum supported version) ships with Node 20.9.0
216-
node_version: [20.9.0, 22]
215+
# VS Code 1.92 (minimum supported version) ships with Node 20.14.0
216+
node_version: [20.14.0, 22]
217217
include:
218218
- os: windows-latest
219-
node_version: 20.9.0
219+
node_version: 20.14.0
220220
- os: macos-latest
221-
node_version: 20.9.0
221+
node_version: 20.14.0
222222
fail-fast: false
223223

224224
name: 'Test (language-tools): node-${{ matrix.node_version }}, ${{ matrix.os }}'

packages/language-tools/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"publisher": "astro-build",
3131
"engines": {
32-
"vscode": "^1.90.0"
32+
"vscode": "^1.92.0"
3333
},
3434
"activationEvents": [
3535
"workspaceContains:astro.config.*"
@@ -250,7 +250,7 @@
250250
"@astrojs/ts-plugin": "^1.10.7",
251251
"@types/mocha": "^10.0.10",
252252
"@types/node": "^20.9.0",
253-
"@types/vscode": "^1.90.0",
253+
"@types/vscode": "^1.92.0",
254254
"@volar/language-server": "~2.4.28",
255255
"@volar/vscode": "~2.4.28",
256256
"@vscode/test-electron": "^2.5.2",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)