aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-23 14:46:00 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-23 15:12:44 +0200
commit49b2d4de4ab57c3993ca64e5e2461f1091586aae (patch)
tree7cdd95c89af9946a4a43ed71cfbb38558c658ce3 /.vscode
parent2db461a7ce6f1264e08754e9782fa9703a30e5ed (diff)
Fix the way to download xds-agent packages
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json30
1 files changed, 26 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 99360a9..bb7040e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -15,9 +15,31 @@
// Words to add to dictionary for a workspace.
"cSpell.words": [
- "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID",
- "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible",
- "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "mfolder",
- "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent"
+ "apiv",
+ "gonic",
+ "devel",
+ "csrffound",
+ "Syncthing",
+ "STID",
+ "ISTCONFIG",
+ "socketio",
+ "ldflags",
+ "SThg",
+ "Intf",
+ "dismissible",
+ "rpath",
+ "WSID",
+ "sess",
+ "IXDS",
+ "xdsconfig",
+ "xdsserver",
+ "mfolder",
+ "inotify",
+ "Inot",
+ "pname",
+ "pkill",
+ "sdkid",
+ "CLOUDSYNC",
+ "xdsagent"
]
} \ No newline at end of file