aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json106
1 files changed, 58 insertions, 48 deletions
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",