diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-04 11:25:42 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-04 11:29:48 +0100 |
commit | e54535129f23970619042a328ad9a139bba21c5d (patch) | |
tree | 14b8685078613fc9fd955465eca959d1480cd8cd /.vscode/settings.json | |
parent | db05ee6a19f75e6fabaf8e6af09926edae554bc2 (diff) |
Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL.
--url option (or XDS_AGENT_URL env var) must be used to setup connection with XDS agent running locally on developer host.
--url-server (XDS_SERVER_URL env var) may be set to overwrite default connection settings with XDS server.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e90d15..6afb506 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,6 +24,6 @@ "cSpell.words": [ "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "sdkid", "godotenv", "crosssdk", "prjs", "xaapiv", "urfave", "sebd", "golib", - "joho", "XDSAGENT" + "joho", "XDSAGENT", "reflectme", "franciscocpg" ] } |