diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 39dd3ca..d8a7e10 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,37 +1,37 @@ // For format details, see https://aka.ms/devcontainer.json. { - "name": "Meshtastic Device-UI Dev", - "build": { - "dockerfile": "Dockerfile" - }, + "name": "Meshtastic Device-UI Dev", + "build": { + "dockerfile": "Dockerfile" + }, - // Features to add to the dev container. More info: https://containers.dev/features. - "features": { - "ghcr.io/trunk-io/devcontainer-feature/trunk:1": {}, - "ghcr.io/devcontainers/features/node:1": {} - }, + // Features to add to the dev container. More info: https://containers.dev/features. + "features": { + "ghcr.io/trunk-io/devcontainer-feature/trunk:1": {}, + "ghcr.io/devcontainers/features/node:1": {} + }, - // Configure tool-specific properties. - "customizations": { - "vscode": { - "extensions": [ - "Trunk.io", - "ms-vscode.cpptools-extension-pack", - "ms-azuretools.vscode-docker" - ], - "settings": { - "editor.formatOnSave": true, - "editor.defaultFormatter": "trunk.io", - "trunk.enableWindows": true, - "files.insertFinalNewline": false, - "files.trimFinalNewlines": false, - "cmake.configureOnOpen": false, - "[cpp]": { - "editor.defaultFormatter": "trunk.io" - } - } + // Configure tool-specific properties. + "customizations": { + "vscode": { + "extensions": [ + "Trunk.io", + "ms-vscode.cpptools-extension-pack", + "ms-azuretools.vscode-docker" + ], + "settings": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "trunk.io", + "trunk.enableWindows": true, + "files.insertFinalNewline": false, + "files.trimFinalNewlines": false, + "cmake.configureOnOpen": false, + "[cpp]": { + "editor.defaultFormatter": "trunk.io" } - }, + } + } + }, - "postCreateCommand": "npm install lv_i18n -g --no-fund" + "postCreateCommand": "npm install lv_i18n -g --no-fund" } diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 2838c0e..2746afa 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,5 @@ { - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format. - "recommendations": ["Trunk.io"] + // 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 4ceda58..395983e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,13 @@ { - // 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, - "files.insertFinalNewline": false, - "files.trimFinalNewlines": false, - "cmake.configureOnOpen": false, - "[cpp]": { - "editor.defaultFormatter": "trunk.io" - } + // 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, + "files.insertFinalNewline": false, + "files.trimFinalNewlines": false, + "cmake.configureOnOpen": false, + "[cpp]": { + "editor.defaultFormatter": "trunk.io" + } }