vscode luncher updates

This commit is contained in:
arabcoders 2025-08-02 15:56:22 +03:00
parent 7e4fd51e8c
commit 2bfa45e64d
2 changed files with 1 additions and 24 deletions

3
.vscode/launch.json vendored
View file

@ -27,6 +27,7 @@
"program": "app/main.py",
"console": "integratedTerminal",
"justMyCode": true,
"subProcess": true,
"env": {
"YTP_CONFIG_PATH": "${workspaceFolder}/var/config",
"YTP_DOWNLOAD_PATH": "${workspaceFolder}/var/downloads",
@ -34,8 +35,6 @@
"PYDEVD_DISABLE_FILE_VALIDATION": "1",
"YTP_IGNORE_UI": "true"
},
"subProcess": true,
"postDebugTask": "kill-debugpy"
},
{
"name": "Node: Generate UI",

22
.vscode/tasks.json vendored
View file

@ -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"
}
}
]
}