Skip to content

Commit

Permalink
Upgrade dev container, fix bash problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Jul 31, 2023
1 parent dd9868d commit 7c6b026
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "Bot Zero",
"dockerFile": "Dockerfile",
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"esbenp.prettier-vscode",
"eamodio.gitlens",
"baileyfirman.vscode-back-forward-buttons",
"streetsidesoftware.code-spell-checker",
"mikestead.dotenv",
"herrmannplatz.npm-dependency-links",
"wayou.vscode-todo-highlight",
"nsoult.typescript-imports-sort"
]
}
},
"postStartCommand": "/startup.sh",
"postAttachCommand": "bash"
}
"name": "Bot Zero",
"dockerFile": "Dockerfile",
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"esbenp.prettier-vscode",
"eamodio.gitlens",
"baileyfirman.vscode-back-forward-buttons",
"streetsidesoftware.code-spell-checker",
"mikestead.dotenv",
"herrmannplatz.npm-dependency-links",
"wayou.vscode-todo-highlight",
"nsoult.typescript-imports-sort",
"miclo.sort-typescript-imports"
]
}
},
"postStartCommand": "/startup.sh"
}

0 comments on commit 7c6b026

Please sign in to comment.