awesome-django/.devcontainer/devcontainer.json
2024-01-22 18:56:50 -06:00

14 lines
328 B
JSON

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