diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 6 | ||||
-rw-r--r-- | .vscode/settings.json | 3 |
2 files changed, 8 insertions, 1 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" } ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 24aa012..6415d9e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,6 +29,7 @@ "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent", "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt", "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH", - "conv", "Sillyf", "xsapiv" + "conv", "Sillyf", "xsapiv", + "EVTSDK" ] } |