aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-05 15:50:09 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-05 15:50:09 +0100
commita2cc38902ff7528870822110c4f04329a3918564 (patch)
tree039b3efea72a9092a6988209354e590ecafc7716 /.vscode
parent2de3cf95d310ae0c83e68973cd97921f7f6fff4a (diff)
Migration to AGL gerrit (update go import)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 64ef9d6..2e081d9 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -89,10 +89,11 @@
"xaapiv",
"Sillyf",
"tabindex",
- "EVTSDK"
+ "EVTSDK",
+ "gerrit"
],
// codelyzer
"tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
"typescript.tsdk": "webapp/node_modules/typescript/lib",
"tslint.configFile": "webapp/tslint.json"
-} \ No newline at end of file
+}