Fixed webapp build and error message.
[src/xds/xds-agent.git] / .vscode / settings.json
index a6647f3..8e6a908 100644 (file)
@@ -8,13 +8,67 @@
         "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/**",
+        "**/webapp/dist/**",
+        ".vscode",
+        "typings"
+    ],
     // 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", "Inot", "inotify", "cmdi"
-    ]
-}
\ No newline at end of file
+        "apiv",
+        "gonic",
+        "devel",
+        "csrffound",
+        "Syncthing",
+        "STID",
+        "ISTCONFIG",
+        "socketio",
+        "ldflags",
+        "SThg",
+        "stconfig",
+        "Intf",
+        "dismissible",
+        "rpath",
+        "WSID",
+        "sess",
+        "IXDS",
+        "golib",
+        "xdsapi",
+        "xdsconfig",
+        "xdsserver",
+        "xdsagent",
+        "nbsp",
+        "Inot",
+        "inotify",
+        "cmdi",
+        "sdkid",
+        "Flds",
+        "prjs",
+        "iosk",
+        "CIFS",
+        "IPROJECT",
+        "unregister",
+        "conv",
+        "PATHMAP",
+        "nospace",
+        "graphx",
+        "Truthy",
+        "darkviolet",
+        "dwnl",
+        "topnav",
+        "leftbar"
+    ],
+    // codelyzer
+    "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
+    "typescript.tsdk": "webapp/node_modules/typescript/lib",
+    "tslint.configFile": "webapp/tslint.json"
+}