Improved /exec to support gdb execution.
[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     // Words to add to dictionary for a workspace.
16     "cSpell.words": [
17         "apiv",
18         "gonic",
19         "devel",
20         "csrffound",
21         "Syncthing",
22         "STID",
23         "ISTCONFIG",
24         "socketio",
25         "ldflags",
26         "SThg",
27         "Intf",
28         "dismissible",
29         "rpath",
30         "WSID",
31         "sess",
32         "IXDS",
33         "xdsconfig",
34         "xdsserver",
35         "mfolder",
36         "inotify",
37         "Inot",
38         "pname",
39         "pkill",
40         "sdkid",
41         "CLOUDSYNC",
42         "xdsagent",
43         "eows"
44     ]
45 }