45cbe817a03373a323ec629d1af74d814ba3adec
[src/xds/xds-server.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3         // Specify GOPATH here to override the one that is set as environment variable. The inferred GOPATH from workspace root overrides this, if go.inferGopath is set to true.
4         "go.gopath": "${workspaceRoot}/../../../../../..",
5
6         // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
7         "editor.tabSize": 4,
8         // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
9         "editor.insertSpaces": true,
10
11         // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
12     "editor.detectIndentation": true,
13
14     // Configure glob patterns for excluding files and folders.
15     "files.exclude": {
16         ".tmp": true,
17         ".git": true,
18         "glide.lock": true,
19         "vendor": true,
20         "debug": true,
21         "bin": true,
22         "tools": true,
23         "webapp/dist": true,
24         "webapp/node_modules": true,
25         "**/*~": true
26     },
27     // Specify paths/files to ignore. (Supports Globs)
28     "cSpell.ignorePaths": [
29         "**/node_modules/**",
30         "**/vscode-extension/**",
31         "**/.git/**",
32         "**/vendor/**",
33         ".vscode",
34         "typings"
35     ],
36     // Words to add to dictionary for a workspace.
37     "cSpell.words": [
38         "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID",
39         "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible",
40         "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "mfolder",
41         "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent",
42         "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt",
43         "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH",
44         "conv", "Sillyf", "xsapiv", "EVTSDK", "zillode", "gerrit", "ITARGET",
45         "tgts", "ITERMINAL", "unregister", "Cifs"
46     ]
47 }