diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 245c2ee..f976fb6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,6 +32,12 @@ }, "args": ["-log", "debug", "-c", "__config_local_dev.json"], "showLog": false + }, + { + "type": "node", + "request": "launch", + "name": "Script sdk list", + "program": "${workspaceFolder}/scripts/sdks/agl/list" } ] } |