Add helpers

This commit is contained in:
Kalle
2024-11-07 16:51:00 +01:00
parent a14a57bc67
commit 79e4cb032e
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// For format details, see https://aka.ms/devcontainer.json.
{
"name": "Meshtastic Device-UI Dev",
"build": {
+2
View File
@@ -1,3 +1,5 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format.
"recommendations": ["Trunk.io"]
}
+2
View File
@@ -1,4 +1,6 @@
{
// See https://code.visualstudio.com/docs/getstarted/settings#_settings-json-file
// for the documentation about the settings.json format.
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"trunk.enableWindows": true,