Moved project creation in a modal windows
[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     // Specify paths/files to ignore. (Supports Globs)
16     "cSpell.ignorePaths": [
17         "**/node_modules/**",
18         "**/vscode-extension/**",
19         "**/.git/**",
20         "**/vendor/**",
21         ".vscode",
22         "typings"
23     ],
24     // Words to add to dictionary for a workspace.
25     "cSpell.words": [
26         "apiv",
27         "gonic",
28         "devel",
29         "csrffound",
30         "Syncthing",
31         "STID",
32         "ISTCONFIG",
33         "socketio",
34         "ldflags",
35         "SThg",
36         "Intf",
37         "dismissible",
38         "rpath",
39         "WSID",
40         "sess",
41         "IXDS",
42         "xdsconfig",
43         "xdsserver",
44         "mfolder",
45         "inotify",
46         "Inot",
47         "pname",
48         "pkill",
49         "sdkid",
50         "CLOUDSYNC",
51         "xdsagent",
52         "gdbserver",
53         "golib",
54         "eows",
55         "mfolders",
56         "IFOLDER",
57         "flds"
58     ]
59 }