b34fa85170a0bfd9246cb5673c6fef63b384242d
[src/xds/xds-server.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3     // Configure glob patterns for excluding files and folders.
4     "files.exclude": {
5         ".tmp": true,
6         ".git": true,
7         "glide.lock": true,
8         "vendor": true,
9         "debug": true,
10         "bin": true,
11         "tools": true,
12         "webapp/dist": true,
13         "webapp/node_modules": true
14     },
15     // Specify paths/files to ignore. (Supports Globs)
16     "cSpell.ignorePaths": [
17         "**/node_modules/**",
18         "**/vscode-extension/**",
19         "**/.git/**",
20         "**/vendor/**",
21         ".vscode",
22         "typings"
23     ],
24     // Words to add to dictionary for a workspace.
25     "cSpell.words": [
26         "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID",
27         "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible",
28         "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "mfolder",
29         "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent",
30         "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt",
31         "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH",
32         "conv", "Sillyf", "xsapiv",
33         "EVTSDK", "zillode"
34     ]
35 }