added pre-development files

This commit is contained in:
2026-05-02 14:11:18 +02:00
parent 15b1173937
commit 722d60a579
5 changed files with 146 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "LabGraph-Dev-Env",
"dockerComposeFile": "../docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspace",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"batisteo.vscode-django",
"dsznajder.es7-react-js-snippets",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"tamasfe.even-better-toml",
"mhutchie.git-graph"
],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
},
"remoteUser": "vscode",
"postCreateCommand": "pip install --upgrade pip && npm install -g npm@latest"
}