1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 16:50:30 -04:00
jarv.is/devcontainer.json
2020-08-13 21:27:21 -04:00

20 lines
431 B
JSON

{
"name": "jarv.is",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
"settings": {
"terminal.integrated.shell.linux": "/bin/zsh"
},
"extensions": [
"budparr.language-hugo-vscode",
"bungcip.better-toml",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint"
],
"forwardPorts": [
1337,
9337
],
"postCreateCommand": "yarn install"
}