Used new xds agent v1.0.0-rc1 and lib xaapiv1.
[src/xds/xds-gdb.git] / .vscode / settings.json
index c9bea18..496fc84 100644 (file)
@@ -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"
+    ]
 }