From e7e5c9d62d67ed7644da42a786d508010b32f586 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:28:00 +0000 Subject: [PATCH] fix dev settings --- .devcontainer/devcontainer.json | 3 ++- .vscode/settings.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 32bd1e18a1f7..20f008b26677 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -41,7 +41,8 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ 3000, - 9000 + 9000, + 24678 // used by nuxt when hot-reloading using polling ], // Use 'onCreateCommand' to run commands at the end of container creation. // Use 'postCreateCommand' to run commands after the container is created. diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a225c846d5f..646a06fbdea8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,8 +14,8 @@ "webp" ], "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": false + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" }, "editor.formatOnSave": true, "eslint.workingDirectories": [