diff options
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 +} |