X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-gdb.git;a=blobdiff_plain;f=.vscode%2Fsettings.json;h=496fc8419977c24aec9991daebf6b860940d8d80;hp=c9bea1806f563b07f3c6f6b50786ec2debcdcc8d;hb=26e08d45599deb4ade79e0ca45a97196f2bd7da9;hpb=b90bf44d37438096ca0928e08faa8799a8743023 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" + ] }