Skip to content

Commit

Permalink
chore: add devcontainer extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Mar 2, 2024
1 parent 09bf07f commit b3c078d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": ["EditorConfig.EditorConfig"],
"extensions": [
"EditorConfig.EditorConfig",
"DavidAnson.vscode-markdownlint",
"eamodio.gitlens"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
}
Expand Down

0 comments on commit b3c078d

Please sign in to comment.