aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json6
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"
}
]
}