Initial commit.
[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     },
13
14     // Words to add to dictionary for a workspace.
15     "cSpell.words": [
16         "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID",
17         "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible",
18         "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "Inot", "inotify", "cmdi"
19     ]
20 }