mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
vscode: no-debug launcher
This commit is contained in:
parent
56a26b0916
commit
d8bcb44e44
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -20,6 +20,13 @@
|
||||||
"srv::r:aed:cnodupe"
|
"srv::r:aed:cnodupe"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "No debug",
|
||||||
|
"preLaunchTask": "no_dbg",
|
||||||
|
"type": "python",
|
||||||
|
//"request": "attach", "port": 42069
|
||||||
|
// fork: nc -l 42069 </dev/null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Run active unit test",
|
"name": "Run active unit test",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
|
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
@ -5,6 +5,11 @@
|
||||||
"label": "pre",
|
"label": "pre",
|
||||||
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
|
"command": "true;rm -rf inc/* inc/.hist/;mkdir -p inc;",
|
||||||
"type": "shell"
|
"type": "shell"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "no_dbg",
|
||||||
|
"command": "${config:python.pythonPath} -m copyparty -ed -emp -e2d -e2s -a ed:wark -v srv::r:aed:cnodupe &&false",
|
||||||
|
"type": "shell"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue