Used new xds agent v1.0.0-rc1 and lib xaapiv1.
[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", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "golib",
16         "sebd", "ccmd", "aargs", "eenv", "gdbserver", "NOFIX", "XDSAGENT",
17         "xaapiv"
18     ]
19 }