diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:50:09 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:50:09 +0100 |
commit | a2cc38902ff7528870822110c4f04329a3918564 (patch) | |
tree | 039b3efea72a9092a6988209354e590ecafc7716 /.vscode/settings.json | |
parent | 2de3cf95d310ae0c83e68973cd97921f7f6fff4a (diff) |
Migration to AGL gerrit (update go import)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 5 |
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 +} |