cullmann.io/themes/CodeIT/.devcontainer/devcontainer.json

21 lines
559 B
JSON
Raw Normal View History

2021-02-18 22:21:36 +01:00
{
"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": []
}