c556d7fcb610c9e92fdc714977fa7c7ae40a33f8
[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     },
26     // Specify paths/files to ignore. (Supports Globs)
27     "cSpell.ignorePaths": [
28         "**/node_modules/**",
29         "**/vscode-extension/**",
30         "**/.git/**",
31         "**/vendor/**",
32         ".vscode",
33         "typings"
34     ],
35     // Words to add to dictionary for a workspace.
36     "cSpell.words": [
37         "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID",
38         "ISTCONFIG", "socketio", "ldflags", "SThg", "Intf", "dismissible",
39         "rpath", "WSID", "sess", "IXDS", "xdsconfig", "xdsserver", "mfolder",
40         "inotify", "Inot", "pname", "pkill", "sdkid", "CLOUDSYNC", "xdsagent",
41         "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt",
42         "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH",
43         "conv", "Sillyf", "xsapiv", "EVTSDK", "zillode", "gerrit", "ITARGET",
44         "tgts", "ITERMINAL", "unregister", "Cifs"
45     ]
46 }