Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan committed Apr 15, 2024
1 parent d76a30f commit da5fbb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
@@ -0,0 +1,8 @@
{
"name": "My Custom Codespace",
"dockerFile": "../Dockerfile",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": []
}

0 comments on commit da5fbb4

Please sign in to comment.