Browse Source

🔥 Removes Codespace/devcontainer

Jeff Triplett 6 months ago
parent
commit
345ce191e1
1 changed files with 0 additions and 13 deletions
  1. 0 13
      .devcontainer/devcontainer.json

+ 0 - 13
.devcontainer/devcontainer.json

@@ -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"
-}