Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL.
[src/xds/xds-cli.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3
4     // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
5     "editor.tabSize": 4,
6
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
10     // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
11     "editor.detectIndentation": false,
12
13     // Configure glob patterns for excluding files and folders.
14     "files.exclude": {
15         "**/.tmp": true,
16         ".git": true,
17         "glide.lock": true,
18         "vendor": true,
19         "debug": true,
20         "bin": true,
21         "tools": true
22     },
23     // Words to add to dictionary for a workspace.
24     "cSpell.words": [
25         "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "sdkid",
26         "godotenv", "crosssdk", "prjs", "xaapiv", "urfave", "sebd", "golib",
27         "joho", "XDSAGENT", "reflectme", "franciscocpg"
28     ]
29 }