16b3a009d1e94635adcbb1d57fd7b7b111739064
[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", "joho", "sdkid", "godotenv", "sigs", "igdb", "TCGETS",
18         "TCSETS", "tcgetattr", "tcsetattr"
19     ]
20 }