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 | |
parent | 882944a748d123c8715eca88536299d8570858f9 (diff) |
Fixed Syncthing folder status events and exec command.
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 3 | ||||
-rw-r--r-- | .vscode/settings.json | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d4a4e1e..69944df 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,8 @@ "env": { "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}", "WORKSPACE_ROOT": "${workspaceRoot}", - "DEBUG_MODE": "1", + "XDS_DEBUG_MODE": "1", + "XDS_LOG_SILLY": "0", "ROOT_DIR": "${workspaceRoot}/../../../.." }, "args": ["-log", "debug", "-c", "__agent-config_local_dev.json"], 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" ] } |