mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
🔥 Removes Codespace/devcontainer
This commit is contained in:
parent
c86adb06ed
commit
345ce191e1
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user