fix: Packages now install correcly

This commit is contained in:
2026-04-17 20:09:18 +01:00
parent 51f1bef505
commit 8a0c5d5349

View File

@@ -27,16 +27,16 @@
} }
}, },
"terminal.integrated.defaultProfile.linux": "tmux-shell" "terminal.integrated.defaultProfile.linux": "tmux-shell"
} },
}, "extensions": [
"extensions": [ "ms-azuretools.vscode-docker",
"ms-azuretools.vscode-docker", "ms-python.python",
"ms-python.python", "ms-python.vscode-pylance",
"ms-python.vscode-pylance", "ms-python.black-formatter",
"ms-python.black-formatter", "charliermarsh.ruff",
"charliermarsh.ruff", "mermaidchart.vscode-mermaid-chart"
"mermaidchart.vscode-mermaid-chart" ]
] }
}, },
"postCreateCommand": "uv sync" "postCreateCommand": "uv sync"
} }