8c1f5636fbfa69556ff773a7ba5f6b1d80d5093c
[src/xds/xds-gdb.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3     // Specify GOPATH here to override the one that is set as environment variable. The inferred GOPATH from workspace root overrides this, if go.inferGopath is set to true.
4     "go.gopath": "${workspaceRoot}/../../../../../..",
5
6     // Configure glob patterns for excluding files and folders.
7     "files.exclude": {
8         "**/.tmp": true,
9         ".git": true,
10         "glide.lock": true,
11         "vendor/": true,
12         "debug": true,
13         "bin": true,
14         "tools": true
15     },
16     // Words to add to dictionary for a workspace.
17     "cSpell.words": [
18         "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "golib",
19         "sebd", "ccmd", "aargs", "eenv", "gdbserver", "NOFIX", "XDSAGENT",
20         "xaapiv", "joho", "sdkid", "godotenv", "sigs", "igdb", "TCGETS",
21         "TCSETS", "tcgetattr", "tcsetattr"
22     ]
23 }