Set default workspace

This commit is contained in:
Dillon DuPont
2025-06-11 14:18:35 -04:00
parent 47a36fa557
commit 38323bdad7

View File

@@ -15,7 +15,6 @@
"onAutoForward": "silent"
}
},
"postCreateCommand": "echo 'PYTHON_BIN=python' > /app/.env.local",
"customizations": {
"vscode": {
"extensions": [
@@ -45,5 +44,6 @@
}
}
}
}
},
"workspaceFolder": "/.vscode/py.code-workspace"
}