Skip to content

Commit 6b6a9d3

Browse files
committed
Downgrade vscode api to v1.99.3
Signed-off-by: paulober <[email protected]>
1 parent b02c94a commit 6b6a9d3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you have any issues while installing, please check out the [Troubleshooting](
4343

4444
> **Supported Platforms: Raspberry Pi OS (64-bit), Windows 10/11 (x86_64), macOS Sonoma (14.0) and newer, Linux x64 and arm64**
4545
46-
- Visual Studio Code v1.104.0 or later
46+
- Visual Studio Code v1.99.3 or later
4747

4848
### Raspberry Pi OS and Windows
4949

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/raspberrypi/pico-vscode/"
1717
},
1818
"engines": {
19-
"vscode": "^1.104.0",
20-
"node": ">=22.18.0"
19+
"vscode": "^1.99.3",
20+
"node": ">=20.19.1"
2121
},
2222
"os": [
2323
"win32",
@@ -378,7 +378,7 @@
378378
"@eslint/js": "^9.36.0",
379379
"@types/adm-zip": "^0.5.7",
380380
"@types/ini": "^4.1.1",
381-
"@types/node": "^22.18",
381+
"@types/node": "^20.19",
382382
"@types/vscode": "^1.104.0",
383383
"@types/which": "^3.0.4",
384384
"eslint": "^9.36.0",

0 commit comments

Comments
 (0)