a659df9e7625f89f7c3bdb7c8120e4362bd41655
[src/xds/xds-cli.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3     // Configure glob patterns for excluding files and folders.
4     "files.exclude": {
5         "**/.tmp": true,
6         ".git": true,
7         "glide.lock": true,
8         "vendor": true,
9         "debug": true,
10         "bin": true,
11         "tools": true
12     },
13     // Words to add to dictionary for a workspace.
14     "cSpell.words": [
15         "apiv",
16         "iosk",
17         "zhouhui",
18         "ldflags",
19         "socketio",
20         "xdsconfig",
21         "sdkid",
22         "godotenv",
23         "crosssdk",
24         "prjs"
25     ]
26 }