diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 23:06:02 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 23:06:02 +0200 |
commit | 0012c3c7b256df7db834080740d8fc124c9dba22 (patch) | |
tree | ad588fab2f8fec22060f270dc4e7a0a37335495d /.vscode | |
parent | 5b9b7280b3b812f596de2cbdebce5c5877c7f50e (diff) |
Display new image url field with sdk list command
Change-Id: I26db1f7ebedd502db123e249a69bad30fbc0db99
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 1fc4ed1..b792099 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", |