Преглед изворни кода

🔥 Removes Codespace/devcontainer

Jeff Triplett пре 6 месеци
родитељ
комит
345ce191e1
1 измењених фајлова са 0 додато и 13 уклоњено
  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"
-}