More refactoring. Splitting up code.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-07-17 18:04:38 +02:00
parent cfde197198
commit 3a6b2f2bc8
29 changed files with 145 additions and 110 deletions

View File

@@ -37,7 +37,9 @@
"applicationName": "Arduino Pro IDE",
"defaultTheme": "arduino-theme",
"preferences": {
"editor.autoSave": "on"
"editor.autoSave": "on",
"editor.minimap.enabled": false,
"editor.scrollBeyondLastLine": false
}
}
},