Skip to content

Commit

Permalink
devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Dec 4, 2023
1 parent 4216465 commit acb77e4
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,31 @@
"service": "app",
"workspaceFolder": "/workspace",
// Set *default* container specific settings.json values on container create.
"settings": {
//"terminal.integrated.shell.linux": "/bin/bash"
"editor.fontFamily": "'JetBrainsMono Nerd Font Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
},

"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}

},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby",
"mhutchie.git-graph",
"eamodio.gitlens",
"castwide.solargraph",
"bradlc.vscode-tailwindcss",
"github.copilot",
"gruntfuggly.todo-tree",
"oderwat.indent-rainbow",
"2gua.rainbow-brackets",
],
"customizations": {
"settings": {
//"terminal.integrated.shell.linux": "/bin/bash"
"editor.fontFamily": "'JetBrainsMono Nerd Font Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13
},
"extensions": [
"rebornix.Ruby",
"mhutchie.git-graph",
"eamodio.gitlens",
"castwide.solargraph",
"bradlc.vscode-tailwindcss",
"github.copilot",
"gruntfuggly.todo-tree",
"oderwat.indent-rainbow",
"2gua.rainbow-brackets"
]
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [3000],
Expand Down

0 comments on commit acb77e4

Please sign in to comment.