Added target and terminal support.
[src/xds/xds-server.git] / .vscode / settings.json
index 99360a9..7787bfa 100644 (file)
         "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", "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
+        "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent",
+        "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt",
+        "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH",
+        "conv", "Sillyf", "xsapiv", "EVTSDK", "zillode", "gerrit", "ITARGET",
+        "tgts", "ITERMINAL", "unregister", "Cifs"
+    ],
+    "editor.insertSpaces": true,
+    "editor.detectIndentation": true
+}