Menu 1 2 3 4 5 7 8 ok

This commit is contained in:
2026-08-03 15:20:08 +02:00
parent f37f5b1e45
commit 00bd6ff6fd
6 changed files with 583 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "bourse",
"dockerComposeFile": "../docker-compose.yml",
"service": "web",
"workspaceFolder": "/app",
"remoteUser": "appuser",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance"
],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python"
}
}
}
}