-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dev container, fix bash problem.
- Loading branch information
1 parent
dd9868d
commit 7c6b026
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |