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"
}
},
"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"
}