diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-11 00:24:02 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-11 00:24:02 +0200 |
commit | 4695555e178bcabe54c5bf82117c9c4cef5440b5 (patch) | |
tree | 96a8721de74347450b2e4922004b1bf01e415dfa /.vscode/settings.json | |
parent | 882944a748d123c8715eca88536299d8570858f9 (diff) |
Fixed Syncthing folder status events and exec command.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index c82504e..eceb734 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,7 @@ "socketio", "ldflags", "SThg", + "stconfig", "Intf", "dismissible", "rpath", @@ -40,6 +41,7 @@ "sess", "IXDS", "golib", + "xdsapi", "xdsconfig", "xdsserver", "xdsagent", @@ -50,6 +52,8 @@ "sdkid", "Flds", "prjs", - "iosk" + "iosk", + "CIFS", + "IPROJECT" ] } |