Add folder interface and support native pathmap folder type.
[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
16     // Specify paths/files to ignore. (Supports Globs)
17     "cSpell.ignorePaths": [
18         "**/node_modules/**",
19         "**/vscode-extension/**",
20         "**/.git/**",
21         "**/vendor/**",
22         ".vscode",
23         "typings"
24     ],
25     // Words to add to dictionary for a workspace.
26     "cSpell.words": [
27         "apiv",
28         "gonic",
29         "devel",
30         "csrffound",
31         "Syncthing",
32         "STID",
33         "ISTCONFIG",
34         "socketio",
35         "ldflags",
36         "SThg",
37         "Intf",
38         "dismissible",
39         "rpath",
40         "WSID",
41         "sess",
42         "IXDS",
43         "xdsconfig",
44         "xdsserver",
45         "mfolder",
46         "inotify",
47         "Inot",
48         "pname",
49         "pkill",
50         "sdkid",
51         "CLOUDSYNC",
52         "xdsagent",
53         "gdbserver",
54         "golib",
55         "eows",
56         "mfolders",
57         "IFOLDER",
58         "flds"
59     ]
60 }