Add API KEY support to allow CORS requests.
[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   // Words to add to dictionary for a workspace.
14   "cSpell.words": [
15     "apiv",
16     "gonic",
17     "devel",
18     "csrffound",
19     "Syncthing",
20     "STID",
21     "ISTCONFIG",
22     "socketio",
23     "ldflags",
24     "SThg",
25     "Intf",
26     "dismissible",
27     "rpath",
28     "WSID",
29     "sess",
30     "IXDS",
31     "xdsconfig",
32     "xdsserver",
33     "Inot",
34     "inotify",
35     "cmdi"
36   ]
37 }