diff --git a/devcontainer.json b/devcontainer.json index 9be1b13..c71ac8f 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -27,16 +27,16 @@ } }, "terminal.integrated.defaultProfile.linux": "tmux-shell" - } - }, - "extensions": [ - "ms-azuretools.vscode-docker", - "ms-python.python", - "ms-python.vscode-pylance", - "ms-python.black-formatter", - "charliermarsh.ruff", - "mermaidchart.vscode-mermaid-chart" - ] + }, + "extensions": [ + "ms-azuretools.vscode-docker", + "ms-python.python", + "ms-python.vscode-pylance", + "ms-python.black-formatter", + "charliermarsh.ruff", + "mermaidchart.vscode-mermaid-chart" + ] + } }, "postCreateCommand": "uv sync" } \ No newline at end of file