Improved help/description .
[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",
26         "iosk",
27         "zhouhui",
28         "ldflags",
29         "socketio",
30         "xdsconfig",
31         "sdkid",
32         "godotenv",
33         "crosssdk",
34         "prjs"
35     ]
36 }