mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
add vscode launch config
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vendored
+23
@@ -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}",
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user