summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-30 01:40:47 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-30 16:33:16 +0100
commit26e08d45599deb4ade79e0ca45a97196f2bd7da9 (patch)
treefbf1851b1d3e2dbc77e2d6b76dba7bf940ca6a5c /.vscode
parentb90bf44d37438096ca0928e08faa8799a8743023 (diff)
Used new xds agent v1.0.0-rc1 and lib xaapiv1.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json35
1 files changed, 16 insertions, 19 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c9bea18..496fc84 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,22 +1,19 @@
// Place your settings in this file to overwrite default and user settings.
{
- // Configure glob patterns for excluding files and folders.
- "files.exclude": {
- "**/.tmp": true,
- ".git": true,
- "glide.lock": true,
- "vendor/": true,
- "debug": true,
- "bin": true,
- "tools": true
- },
- // Words to add to dictionary for a workspace.
- "cSpell.words": [
- "apiv",
- "iosk",
- "zhouhui",
- "ldflags",
- "socketio",
- "xdsconfig"
- ]
+ // Configure glob patterns for excluding files and folders.
+ "files.exclude": {
+ "**/.tmp": true,
+ ".git": true,
+ "glide.lock": true,
+ "vendor/": true,
+ "debug": true,
+ "bin": true,
+ "tools": true
+ },
+ // Words to add to dictionary for a workspace.
+ "cSpell.words": [
+ "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "golib",
+ "sebd", "ccmd", "aargs", "eenv", "gdbserver", "NOFIX", "XDSAGENT",
+ "xaapiv"
+ ]
}