diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-14 10:57:48 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-14 10:57:48 +0100 |
commit | b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc (patch) | |
tree | bcd6aefa2117fba70745872214d2d866b6e9ab20 /.vscode/settings.json | |
parent | fb2f6b918beb0a994ad304bfd678ef0c5c562210 (diff) |
Fixed webapp build and error message.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 033ceae..8e6a908 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,6 +18,7 @@ "**/vscode-extension/**", "**/.git/**", "**/vendor/**", + "**/webapp/dist/**", ".vscode", "typings" ], @@ -62,9 +63,10 @@ "graphx", "Truthy", "darkviolet", - "dwnl" + "dwnl", + "topnav", + "leftbar" ], - // codelyzer "tslint.rulesDirectory": "./webapp/node_modules/codelyzer", "typescript.tsdk": "webapp/node_modules/typescript/lib", |