Skip to content

Commit

Permalink
Bump devcontainer (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jan 21, 2023
1 parent 9508903 commit 906096a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .devcontainer/devcontainer.json → .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "HACS Frontend",
"image": "ghcr.io/ludeeus/devcontainer/frontend:stable",
"context": "..",
"appPort": ["5000:5000"],
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:16-bullseye",
"context": ".",
"remoteUser": "node",
"appPort": [
"5000:5000"
],
"postCreateCommand": "make init",
"extensions": [
"github.vscode-pull-request-github",
Expand All @@ -13,7 +16,6 @@
"runem.lit-plugin"
],
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"files.eol": "\n",
"editor.tabSize": 2,
"editor.formatOnPaste": false,
Expand Down

0 comments on commit 906096a

Please sign in to comment.