From 8a0c5d534937b9c121b113ae06bdb406308ad2d2 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 17 Apr 2026 20:09:18 +0100 Subject: [PATCH] fix: Packages now install correcly --- devcontainer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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