diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index da8824d..39dd3ca 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { diff --git a/.vscode/extensions.json b/.vscode/extensions.json index d253f78..2838c0e 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,3 +1,5 @@ { + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format. "recommendations": ["Trunk.io"] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 1de1191..4ceda58 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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,