Initial commit
[src/xds/xds-gdb.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   ]
22 }