Fix the way to download xds-agent packages
[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",
19         "gonic",
20         "devel",
21         "csrffound",
22         "Syncthing",
23         "STID",
24         "ISTCONFIG",
25         "socketio",
26         "ldflags",
27         "SThg",
28         "Intf",
29         "dismissible",
30         "rpath",
31         "WSID",
32         "sess",
33         "IXDS",
34         "xdsconfig",
35         "xdsserver",
36         "mfolder",
37         "inotify",
38         "Inot",
39         "pname",
40         "pkill",
41         "sdkid",
42         "CLOUDSYNC",
43         "xdsagent"
44     ]
45 }