Skip to content

Commit

Permalink
fix: devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Nov 19, 2024
1 parent 634f968 commit 33f8545
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "PublicCodeEditor",
"dockerFile": "Dockerfile",
"runArgs": ["--name", "PublicCodeEditor_devcontainer"],
"runArgs": [
"--name",
"PublicCodeEditor_devcontainer"
],
"postCreateCommand": "sh .devcontainer/postCreateCommand.sh",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"github.vscode-pull-request-github",
"waderyan.gitblame"
]
}
},
"remoteUser": "root"
}
}

0 comments on commit 33f8545

Please sign in to comment.