From 88ea905c89a818199cdc4935b547fb04bc5c562d Mon Sep 17 00:00:00 2001 From: jojo Date: Sun, 3 May 2026 11:26:50 +0000 Subject: [PATCH] =?UTF-8?q?rozbehnut=C3=A1=20apka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 19 ++++++++++++++++++- .vscode/extensions.json | 14 -------------- .vscode/settings.json | 9 +++++---- 3 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 .vscode/extensions.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index df1d87c..11f911c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,8 +7,25 @@ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind", "source=${localEnv:HOME},target=/host-home,type=bind" ], + "customizations": { + "vscode": { + "extensions": [ + "vue.volar", + "vue.vscode-typescript-vue-plugin", + "dbaeumer.vscode-eslint", + "esbenp.prettier-vscode", + "editorconfig.editorconfig", + "nuxt.mdc", + "lokalise.i18n-ally", + "vitest.explorer", + "bradlc.vscode-tailwindcss", + "ms-azuretools.vscode-docker", + "gruntfuggly.todo-tree" + ] + } + }, "forwardPorts": [ 3000 ], "postCreateCommand": "bash .devcontainer/post-create.sh" -} \ No newline at end of file +} diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 18a7059..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "recommendations": [ - "vue.volar", - "vue.vscode-typescript-vue-plugin", - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode", - "EditorConfig.EditorConfig", - "Nuxt.mdc", - "lokalise.i18n-ally", - "vitest.explorer", - "bradlc.vscode-tailwindcss", - "ms-azuretools.vscode-docker" - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json index 1c023e1..fbe1479 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" + "source.fixAll.eslint": "always" }, "files.exclude": { "**/.git": true, @@ -34,15 +34,16 @@ "**/.pnpm-store/**": true, "**/coverage/**": true, "**/dist/**": true, - "**/node_modules/**": true + "**/node_modules/**": false }, "eslint.validate": [ "javascript", + "javascriptreact", "typescript", + "typescriptreact", "vue" ], "js/ts.tsdk.path": "node_modules/typescript/lib", - "vue.server.hybridMode": false, "json.schemaDownload.trustedDomains": { "https://raw.githubusercontent.com/DavidAnson/markdownlint/": true }, @@ -69,4 +70,4 @@ "**/node_modules/**" ], "files.eol": "\n" -} \ No newline at end of file +}