mirror of https://github.com/vladmandic/automatic
add vscode launch config
Signed-off-by: Vladimir Mandic <mandic00@live.com>pull/3696/head
parent
dc26d32aed
commit
2f3e7d2713
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "SD.Next VSCode Debugger",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "launch.py",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "integratedTerminal",
|
||||
"env": { "USED_VSCODE_COMMAND_PICKARGS": "1" },
|
||||
"args": [
|
||||
"--uv",
|
||||
"--quick",
|
||||
"--debug",
|
||||
"--docs",
|
||||
"--api-log",
|
||||
"--log", "vscode.log",
|
||||
"${command:pickArgs}",
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue