diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index c9bea18..496fc84 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,19 @@ // Place your settings in this file to overwrite default and user settings. { - // Configure glob patterns for excluding files and folders. - "files.exclude": { - "**/.tmp": true, - ".git": true, - "glide.lock": true, - "vendor/": true, - "debug": true, - "bin": true, - "tools": true - }, - // Words to add to dictionary for a workspace. - "cSpell.words": [ - "apiv", - "iosk", - "zhouhui", - "ldflags", - "socketio", - "xdsconfig" - ] + // Configure glob patterns for excluding files and folders. + "files.exclude": { + "**/.tmp": true, + ".git": true, + "glide.lock": true, + "vendor/": true, + "debug": true, + "bin": true, + "tools": true + }, + // Words to add to dictionary for a workspace. + "cSpell.words": [ + "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "golib", + "sebd", "ccmd", "aargs", "eenv", "gdbserver", "NOFIX", "XDSAGENT", + "xaapiv" + ] } |