fix: VSCode debug option in macOS

This commit is contained in:
Xiaohan-Tian
2026-05-17 12:55:59 -07:00
parent a41fb9e1b6
commit cbd66ab4f6
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -2,15 +2,15 @@
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"type": "shell",
"label": "npm: dev",
"detail": "vite",
"isBackground": true,
"command": "source ~/.nvm/nvm.sh && nvm use 20 && npm run dev",
"options": {
"shell": {
"executable": "/bin/zsh",
"args": ["-c", "source ~/.nvm/nvm.sh && nvm use 20 && npm run dev"]
"args": ["-c"]
}
},
"problemMatcher": {
@@ -25,11 +25,11 @@
}
},
{
"type": "npm",
"script": "dev",
"type": "shell",
"label": "npm: dev (Windows)",
"detail": "vite",
"isBackground": true,
"command": "npm run dev",
"options": {
"shell": {
"executable": "cmd.exe",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "K.G.Studio",
"version": "0.16.0-build.20260510",
"version": "0.17.3-build.20260515",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "K.G.Studio",
"version": "0.16.0-build.20260510",
"version": "0.17.3-build.20260515",
"dependencies": {
"@breezystack/lamejs": "^1.2.7",
"class-transformer": "^0.5.1",