Auto start Syncthing and Syncthing-inotify.
[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     // Words to add to dictionary for a workspace.
17     "cSpell.words": [
18         "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID",
19         "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible",
20         "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "mfolder"
21     ]
22 }