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,7 +27,6 @@
} }
}, },
"terminal.integrated.defaultProfile.linux": "tmux-shell" "terminal.integrated.defaultProfile.linux": "tmux-shell"
}
}, },
"extensions": [ "extensions": [
"ms-azuretools.vscode-docker", "ms-azuretools.vscode-docker",
@@ -37,6 +36,7 @@
"charliermarsh.ruff", "charliermarsh.ruff",
"mermaidchart.vscode-mermaid-chart" "mermaidchart.vscode-mermaid-chart"
] ]
}
}, },
"postCreateCommand": "uv sync" "postCreateCommand": "uv sync"
} }