Skip to content

Commit 21b0fcd

Browse files
committed
Upgrade manifest and config handling for zephyr
Signed-off-by: paulober <[email protected]>
1 parent f769a19 commit 21b0fcd

File tree

9 files changed

+660
-295
lines changed

9 files changed

+660
-295
lines changed

.vscodeignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ node_modules/**
3535
!scripts/pico-vscode.cmake
3636
!scripts/Pico.code-profile
3737
!scripts/raspberrypi-swd.cfg
38-
!scripts/wget.cmd
39-
!scripts/wget.sh
4038
!data/**
4139
scripts/*.ps1
40+
scripts/*.cmd
41+
scripts/*.sh
42+
scripts/*.vbs
4243
scripts/fix_windows_reg.py
4344
scripts/vscodeUninstaller.mjs
4445
scripts/genCache.py

package-lock.json

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

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"globals": "^16.4.0",
367367
"ts-loader": "^9.5.4",
368368
"tslib": "^2.8.1",
369-
"typescript": "^5.9.2",
370-
"typescript-eslint": "^8.44.0",
369+
"typescript": "^5.9.3",
370+
"typescript-eslint": "^8.45.0",
371371
"webpack": "^5.102.0",
372372
"webpack-cli": "^6.0.1"
373373
},
@@ -377,7 +377,8 @@
377377
"got": "^14.4.9",
378378
"ini": "^5.0.0",
379379
"toml": "^3.0.0",
380-
"undici": "^6.21.0",
381-
"which": "^5.0.0"
380+
"undici": "^7.16.0",
381+
"which": "^5.0.0",
382+
"yaml": "^2.8.1"
382383
}
383384
}

0 commit comments

Comments
 (0)