From de17af8c5f04cf50af8308a86d3bc8a98984a989 Mon Sep 17 00:00:00 2001 From: Konosuke Sakai <84666033+sakkke@users.noreply.github.com> Date: Sat, 25 May 2024 07:06:29 +0000 Subject: [PATCH] chore: add extensions --- .devcontainer/devcontainer.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7cea722..ea4b908 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,15 @@ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "build": { "dockerfile": "Dockerfile" - } + }, + "customizations": { + "vscode": { + "extensions": [ + "EditorConfig.EditorConfig", + "bierner.markdown-mermaid" + ] + } + } // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},