wip
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -58,12 +58,19 @@
|
|||||||
"name": "Vue: Frontend Tests",
|
"name": "Vue: Frontend Tests",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeExecutable": "npx",
|
"runtimeExecutable": "npm",
|
||||||
|
"windows": {
|
||||||
|
"runtimeExecutable": "npm.cmd"
|
||||||
|
},
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"vitest"
|
"run",
|
||||||
|
"test:unit"
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceFolder}/frontend/vue-app",
|
"cwd": "${workspaceFolder}/frontend/vue-app",
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal",
|
||||||
|
"env": {
|
||||||
|
"PATH": "/opt/homebrew/bin:${env:PATH}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
|
|||||||
Reference in New Issue
Block a user