Added save button and turned auto save on by default.

Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
jbicker
2019-06-21 13:11:16 +02:00
parent f4f7a9998e
commit 54d90d5413
5 changed files with 41 additions and 8 deletions

View File

@@ -31,7 +31,10 @@
"frontend": {
"config": {
"applicationName": "Arduino-PoC",
"defaultTheme": "arduino-theme"
"defaultTheme": "arduino-theme",
"preferences": {
"editor.autoSave": "on"
}
}
}
}