Display new image url field with sdk list command
[src/xds/xds-cli.git] / .vscode / launch.json
index f5ca868..b792099 100644 (file)
@@ -1,6 +1,8 @@
 {
     "version": "0.2.0",
-    "configurations": [{
+    "configurations": [
+
+    {
             "name": "xds-cli (version)",
             "type": "go",
             "request": "launch",
@@ -16,7 +18,7 @@
             "showLog": false
         },
         {
-            "name": "xds-cli (list)",
+            "name": "xds-cli sdks (list)",
             "type": "go",
             "request": "launch",
             "mode": "debug",
             },
             "args": ["-c", "xds-config-sample.env", "sdks", "ls"],
             "showLog": false
+        },
+        {
+            "name": "xds-cli (terminal)",
+            "type": "go",
+            "request": "launch",
+            "mode": "debug",
+            "program": "${workspaceRoot}",
+            "env": {
+                "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
+                "XDS_APPNAME": "xds-cli",
+                "XDS_AGENT_URL": "localhost:8800",
+                "XDS_LOGLEVEL": "debug"
+            },
+            "args": ["targets", "term", "-tid", "10bd", "-u", "root" ],
+            //"args": ["targets", "term-rm", "e31ad288-18ab-11e8-8afa-3c970e49ad9b" ],
+            "showLog": false
         }
 
     ]