c82504ef7966c98a32cb2d860993d8fda3ee71dc
[src/xds/xds-agent.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",
27     "gonic",
28     "devel",
29     "csrffound",
30     "Syncthing",
31     "STID",
32     "ISTCONFIG",
33     "socketio",
34     "ldflags",
35     "SThg",
36     "Intf",
37     "dismissible",
38     "rpath",
39     "WSID",
40     "sess",
41     "IXDS",
42     "golib",
43     "xdsconfig",
44     "xdsserver",
45     "xdsagent",
46     "nbsp",
47     "Inot",
48     "inotify",
49     "cmdi",
50     "sdkid",
51     "Flds",
52     "prjs",
53     "iosk"
54   ]
55 }