🔥 Removes Codespace/devcontainer

This commit is contained in:
Jeff Triplett 2024-10-06 15:32:16 -05:00
parent c86adb06ed
commit 345ce191e1
No known key found for this signature in database

View File

@ -1,13 +0,0 @@
{
"name": "Awesome Django Codespace",
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-focal",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"github.github-vscode-theme"
],
"forwardPorts": [4000],
"postCreateCommand": "bundle install",
"remoteUser": "vscode"
}