diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-21 16:48:28 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-22 10:03:24 +0200 |
commit | 1966f9e786dfb67543401d181a374bd7f3856f37 (patch) | |
tree | f9fbc6628dd215c3287f8923956b4f19c97f7c1f /.vscode/settings.json | |
parent | c6c53d11b08251056fba48f47b3e2349d6bed114 (diff) |
Set default syncthing path.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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 4f2a394..826f7fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -54,6 +54,7 @@ "eows", "mfolders", "IFOLDER", - "flds" + "flds", + "dflt" ] -}
\ No newline at end of file +} |