Files
KaTeX/.devcontainer/devcontainer.json
ylemkimon 91113fb607 chore: add devcontainer.json (#2545)
* chore: add devcontainer.json

* Set sockPort: location
2020-09-29 02:38:19 +09:00

15 lines
414 B
JSON

{
"name": "KaTeX Codespaces",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:14",
"extensions": [
"dbaeumer.vscode-eslint",
"flowtype.flow-for-vscode",
"stylelint.vscode-stylelint",
"arcanis.vscode-zipfs"
],
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"postCreateCommand": "git submodule update --init --recursive && CI=true yarn install"
}