X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=8c1f5636fbfa69556ff773a7ba5f6b1d80d5093c;hb=f95f219c20ec7d67b11c011dff84da74a7fd63de;hp=496fc8419977c24aec9991daebf6b860940d8d80;hpb=26e08d45599deb4ade79e0ca45a97196f2bd7da9;p=src%2Fxds%2Fxds-gdb.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 496fc84..8c1f563 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ // Place your settings in this file to overwrite default and user settings. { + // 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. + "go.gopath": "${workspaceRoot}/../../../../../..", + // Configure glob patterns for excluding files and folders. "files.exclude": { "**/.tmp": true, @@ -14,6 +17,7 @@ "cSpell.words": [ "apiv", "iosk", "zhouhui", "ldflags", "socketio", "xdsconfig", "golib", "sebd", "ccmd", "aargs", "eenv", "gdbserver", "NOFIX", "XDSAGENT", - "xaapiv" + "xaapiv", "joho", "sdkid", "godotenv", "sigs", "igdb", "TCGETS", + "TCSETS", "tcgetattr", "tcsetattr" ] }