From 934cf0b9e6a549c793e392a6f69309facd3c43cc Mon Sep 17 00:00:00 2001 From: Marco Muser Date: Sat, 19 Oct 2024 07:02:54 +0000 Subject: [PATCH] chore: add extensions to devcontainer --- .devcontainer/devcontainer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1da3870db..4b2e9c68c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,11 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" } - } + }, + "extensions": [ + "dbaeumer.vscode-eslint", + "esbenp.prettier-vscode" + ] } } } \ No newline at end of file