diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 50cab72a..4b2e9c68 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,6 +2,12 @@ "build": { "dockerfile": "Dockerfile" }, + "runArgs": [ + "--userns=keep-id" + ], + "containerEnv": { + "HOME": "/home/node" + }, "customizations": { "vscode": { "settings": { @@ -13,9 +19,13 @@ "typescriptreact" ], "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } - } + }, + "extensions": [ + "dbaeumer.vscode-eslint", + "esbenp.prettier-vscode" + ] } } } \ No newline at end of file