This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(devcontainer): added VS Code extensions
- Loading branch information
1 parent
1d5134e
commit d0fe529
Showing
2 changed files
with
29 additions
and
29 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,20 +1,20 @@ | ||
{ | ||
"name": "Hugo CodeIT theme", | ||
"dockerFile": "Dockerfile", | ||
"settings": { | ||
"resmon.show.battery": false, | ||
"resmon.show.cpufreq": false, | ||
"terminal.integrated.fontFamily": "'Source Code Pro for Powerline', 'Hack Nerd Font'", | ||
"terminal.integrated.shell.linux": "/bin/zsh" | ||
}, | ||
"extensions": [ | ||
"budparr.language-hugo-vscode", | ||
"be5invis.toml", | ||
"esbenp.prettier-vscode", | ||
"visualstudioexptteam.vscodeintellicode", | ||
"eamodio.gitlens", | ||
"mutantdino.resourcemonitor" | ||
], | ||
"runArgs": [ | ||
] | ||
} | ||
"name": "Hugo CodeIT theme", | ||
"dockerFile": "Dockerfile", | ||
"settings": { | ||
"resmon.show.battery": false, | ||
"resmon.show.cpufreq": false, | ||
"terminal.integrated.fontFamily": "'Source Code Pro for Powerline', 'Hack Nerd Font'", | ||
"terminal.integrated.shell.linux": "/bin/zsh" | ||
}, | ||
"extensions": [ | ||
"budparr.language-hugo-vscode", | ||
"be5invis.toml", | ||
"esbenp.prettier-vscode", | ||
"visualstudioexptteam.vscodeintellicode", | ||
"eamodio.gitlens", | ||
"mutantdino.resourcemonitor", | ||
"budparr.language-hugo-vscode" | ||
], | ||
"runArgs": [] | ||
} |
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,11 +1,11 @@ | ||
{ | ||
"recommendations": [ | ||
"budparr.language-hugo-vscode", | ||
"be5invis.toml", | ||
"esbenp.prettier-vscode", | ||
"visualstudioexptteam.vscodeintellicode", | ||
"davidanson.vscode-markdownlint", | ||
"dbaeumer.vscode-eslint", | ||
"stylelint.vscode-stylelint" | ||
] | ||
} | ||
"recommendations": [ | ||
"budparr.language-hugo-vscode", | ||
"be5invis.toml", | ||
"esbenp.prettier-vscode", | ||
"visualstudioexptteam.vscodeintellicode", | ||
"eamodio.gitlens", | ||
"mutantdino.resourcemonitor", | ||
"budparr.language-hugo-vscode" | ||
] | ||
} |