fix: VSCode debug option in macOS
This commit is contained in:
Vendored
+6
-6
@@ -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",
|
||||
@@ -48,4 +48,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user