Files
KaTeX/.gitpod.yml
ylemkimon ca00e01434 build: make vscode work with PnP (#2444)
* Make vscode work with PnP

* Add vscode extension recommendations

* Add newlines to the end of generated manifests
2020-08-31 17:38:48 +09:00

21 lines
519 B
YAML

tasks:
- init: yarn install
command: yarn start --sockPort 443
- openMode: split-right
command: echo "Run 'yarn test' to run tests."
ports:
- port: 7936
onOpen: open-preview
github:
# https://www.gitpod.io/docs/prebuilds/#configure-prebuilds
prebuilds:
pullRequestsFromForks: true
vscode:
extensions:
- dbaeumer.vscode-eslint@2.1.8:02aHhbJ0Q4aGdjHXlTdVKg==
- flowtype.flow-for-vscode@1.5.0:AwOT6wgHTF43loZQCAUMLA==
- stylelint.vscode-stylelint@0.85.0:GjHxVXEBqt1ud+yaj0V9KQ==