workspace setup

This commit is contained in:
Dillon DuPont
2025-06-11 14:28:35 -04:00
parent bd9c2df944
commit 4673144026
2 changed files with 75 additions and 1 deletions

View File

@@ -45,5 +45,6 @@
}
}
},
"workspaceFolder": "/workspaces/cua/.vscode/py.code-workspace"
// Automatically run post-install.sh after container is created
"postCreateCommand": "/bin/bash .devcontainer/post-install.sh"
}