Skip to content

Commit

Permalink
Add helpers
Browse files Browse the repository at this point in the history
ThatKalle committed Nov 7, 2024
1 parent a14a57b commit 79e4cb0
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format.
"recommendations": ["Trunk.io"]
}
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 79e4cb0

Please sign in to comment.