mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
⚙️ Adds devcontainer config
This commit is contained in:
parent
dc3150b41f
commit
3446103a77
13
.devcontainer/devcontainer.json
Normal file
13
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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