vscode luncher updates
This commit is contained in:
parent
7e4fd51e8c
commit
2bfa45e64d
2 changed files with 1 additions and 24 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -27,6 +27,7 @@
|
||||||
"program": "app/main.py",
|
"program": "app/main.py",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
|
"subProcess": true,
|
||||||
"env": {
|
"env": {
|
||||||
"YTP_CONFIG_PATH": "${workspaceFolder}/var/config",
|
"YTP_CONFIG_PATH": "${workspaceFolder}/var/config",
|
||||||
"YTP_DOWNLOAD_PATH": "${workspaceFolder}/var/downloads",
|
"YTP_DOWNLOAD_PATH": "${workspaceFolder}/var/downloads",
|
||||||
|
|
@ -34,8 +35,6 @@
|
||||||
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
|
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
|
||||||
"YTP_IGNORE_UI": "true"
|
"YTP_IGNORE_UI": "true"
|
||||||
},
|
},
|
||||||
"subProcess": true,
|
|
||||||
"postDebugTask": "kill-debugpy"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Node: Generate UI",
|
"name": "Node: Generate UI",
|
||||||
|
|
|
||||||
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
|
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "kill-debugpy",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "pkill -f debugpy || true",
|
|
||||||
"problemMatcher": [],
|
|
||||||
"presentation": {
|
|
||||||
"echo": false,
|
|
||||||
"reveal": "never",
|
|
||||||
"focus": false,
|
|
||||||
"panel": "dedicated",
|
|
||||||
"showReuseMessage": false,
|
|
||||||
"clear": false
|
|
||||||
},
|
|
||||||
"runOptions": {
|
|
||||||
"runOn": "folderOpen"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue