From 2231e3eae86c5e3ae05e30f667d331f5875c7884 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 23 Feb 2018 22:13:22 +0100 Subject: Added target and terminal support Signed-off-by: Sebastien Douheret --- .vscode/launch.json | 16 ++++++++++++++++ .vscode/settings.json | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index f5ca868..1fc4ed1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -81,6 +81,22 @@ }, "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 } ] diff --git a/.vscode/settings.json b/.vscode/settings.json index d78342b..fc15f8b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,8 @@ "reflectme", "franciscocpg", "gerrit", - "EVTSDK" + "EVTSDK", + "tgts", + "sigs" ] } -- cgit 1.2.3-korg