X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=c1d3b4d19898953654486f4f856e4b00d7116376;hb=ee66af78c42c4d7ff33f104415bc09d60dbdc27b;hp=47bcd75033ab6aede7b03a9f2a3d153666eca215;hpb=72c9174cecdfbe4cde9baa71c0c02d0bee753224;p=src%2Fxds%2Fxds-agent.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 47bcd75..c1d3b4d 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}/../../../../../..", + // Controls the rendering size of tabs in characters. // If set to auto, the value will be guessed based on the opened file. "editor.tabSize": 2, @@ -31,67 +34,74 @@ ], // Words to add to dictionary for a workspace. "cSpell.words": [ - "apiv", - "gonic", - "devel", - "csrffound", - "Syncthing", - "STID", + "CIFS", + "Checkboxes", + "EVTSDK", + "EXEPATH", + "Flds", + "Grafana", + "IPROJECT", "ISTCONFIG", - "socketio", - "ldflags", - "SThg", - "stconfig", - "Intf", - "dismissible", - "rpath", - "WSID", - "sess", "IXDS", - "golib", - "xdsapi", - "xdsconfig", - "xdsserver", - "xdsagent", - "nbsp", "Inot", - "inotify", - "cmdi", - "sdkid", - "Flds", - "prjs", - "iosk", - "CIFS", - "IPROJECT", - "unregister", - "conv", + "Intf", "PATHMAP", - "nospace", - "graphx", + "STID", + "SThg", + "Sillyf", + "Syncthing", "Truthy", + "WSID", + "XDSSUPERV", + "abortinstall", + "apiv", + "cmdi", + "conv", + "csrffound", "darkviolet", + "devel", + "dismissible", "dwnl", - "topnav", - "leftbar", - "urfave", - "unmarshall", - "sebd", - "priv", "evts", + "franciscocpg", "gdbserver", - "tabset", + "gerrit", + "golib", + "gonic", + "graphx", + "inotify", + "iosk", + "ldflags", + "leftbar", + "nbsp", + "nospace", "pageview", - "subpath", "prebuild", + "priv", + "prjs", "reflectme", - "franciscocpg", - "xsapiv", - "xaapiv", - "Sillyf", + "rpath", + "sdkid", + "sebd", + "sess", + "socketio", + "stconfig", + "subpath", "tabindex", - "EVTSDK", - "gerrit", - "tgts" + "tabset", + "tgts", + "topnav", + "topo", + "unmarshall", + "unregister", + "urfave", + "xaapiv", + "xdsagent", + "xdsapi", + "xdsconfig", + "xdspvr", + "xdsserver", + "xsapiv" ], // codelyzer "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",