summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-24 01:14:30 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-24 01:37:24 +0100
commit4d843d2bde236ec23810d0904dfb8aebbc53a37b (patch)
tree84c01452f01620cedb7bf6bcb608a0eade82161b /.vscode
parent38c0c21a969e621c725245ce91c78e77076c5ce7 (diff)
New dashboard improvements.
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json52
1 files changed, 9 insertions, 43 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4c9ba28..5d43dd0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -29,51 +29,17 @@
],
// Words to add to dictionary for a workspace.
"cSpell.words": [
- "apiv",
- "gonic",
- "devel",
- "csrffound",
- "Syncthing",
- "STID",
- "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",
- "PATHMAP",
- "nospace",
- "graphx",
- "Truthy",
- "darkviolet",
- "dwnl",
- "topnav",
- "leftbar"
+ "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID", "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", "PATHMAP", "nospace",
+ "graphx", "Truthy", "darkviolet", "dwnl", "topnav", "leftbar", "urfave",
+ "unmarshall", "sebd", "priv", "evts", "gdbserver", "tabset", "pageview",
+ "subpath", "prebuild", "reflectme", "franciscocpg"
],
// 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
+}