mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
* build: move font generation to the main repo * Update fonts * chore: remove submodules * Update paths * Update fonts.yml Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
15 lines
371 B
JSON
15 lines
371 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": "CI=true yarn install"
|
|
}
|