Make id option overwrite XDS_xxx_ID env var
[src/xds/xds-cli.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   // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
6   "editor.tabSize": 4,
7   // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
8   "editor.insertSpaces": true,
9   // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
10   "editor.detectIndentation": true,
11   // Configure glob patterns for excluding files and folders.
12   "files.exclude": {
13     "**/.tmp": true,
14     ".git": true,
15     "glide.lock": true,
16     "vendor": true,
17     "debug": true,
18     "bin": true,
19     "tools": true
20   },
21   // Words to add to dictionary for a workspace.
22   "cSpell.words": [
23     "apiv",
24     "iosk",
25     "zhouhui",
26     "ldflags",
27     "socketio",
28     "xdsconfig",
29     "sdkid",
30     "godotenv",
31     "crosssdk",
32     "prjs",
33     "xaapiv",
34     "urfave",
35     "sebd",
36     "golib",
37     "joho",
38     "XDSAGENT",
39     "reflectme",
40     "franciscocpg",
41     "gerrit",
42     "EVTSDK",
43     "tgts",
44     "sigs",
45     "rdfs",
46     "goselect",
47     "creack",
48     "Sillyf"
49   ]
50 }