Added webapp Dashboard + logic to interact with server.
[src/xds/xds-agent.git] / .vscode / settings.json
index 1bc5381..c82504e 100644 (file)
@@ -8,8 +8,19 @@
     "vendor": true,
     "debug": true,
     "bin": true,
-    "tools": true
+    "tools": true,
+    "webapp/dist": true,
+    "webapp/node_modules": true
   },
+  // Specify paths/files to ignore. (Supports Globs)
+  "cSpell.ignorePaths": [
+    "**/node_modules/**",
+    "**/vscode-extension/**",
+    "**/.git/**",
+    "**/vendor/**",
+    ".vscode",
+    "typings"
+  ],
   // Words to add to dictionary for a workspace.
   "cSpell.words": [
     "apiv",
     "WSID",
     "sess",
     "IXDS",
+    "golib",
     "xdsconfig",
     "xdsserver",
+    "xdsagent",
+    "nbsp",
     "Inot",
     "inotify",
-    "cmdi"
+    "cmdi",
+    "sdkid",
+    "Flds",
+    "prjs",
+    "iosk"
   ]
-}
\ No newline at end of file
+}