Skip to content

Commit 9b8a1ba

Browse files
committed
Update to latest version VS Code used by the installer
1 parent 11aa244 commit 9b8a1ba

File tree

4 files changed

+25
-15
lines changed

4 files changed

+25
-15
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: "20.x"
15+
node-version: "22.x"
1616
- uses: actions/setup-java@v4
1717
with:
1818
java-version: 21

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the WPILib VS Code extension.
66

77
## Build Dependencies
88

9-
- Node JS - Tested with Node 20.
9+
- Node JS - Tested with Node 22.
1010
- Java - Tested with Java 21
1111
- VS Code - For development/debugging.
1212
- TS Lint Extension

vscode-wpilib/package-lock.json

Lines changed: 20 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-wpilib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "BSD-3-Clause",
99
"icon": "resources/wpilib-icon-128.png",
1010
"engines": {
11-
"vscode": "^1.90.0"
11+
"vscode": "^1.101.0"
1212
},
1313
"categories": [
1414
"Other"
@@ -477,10 +477,10 @@
477477
"@types/mkdirp": "^1.0.1",
478478
"@types/mocha": "^8.0.3",
479479
"@types/ncp": "^2.0.4",
480-
"@types/node": "^14.16.0",
480+
"@types/node": "^22.15.1",
481481
"@types/node-fetch": "^2.5.7",
482482
"@types/triple-beam": "^1.3.1",
483-
"@types/vscode": "1.57.0",
483+
"@types/vscode": "1.101.0",
484484
"@types/xml2js": "^0.4.14",
485485
"@typescript-eslint/eslint-plugin": "^8.42.0",
486486
"@typescript-eslint/parser": "^8.42.0",

0 commit comments

Comments
 (0)