-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitpod.yml
24 lines (22 loc) · 821 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image:
file: .gitpod.Dockerfile
tasks:
- before: >-
echo "export
PUPPETEER_CACHE_DIR=/workspace/nuxt-route-meta/node_modules/.cache/puppeteer"
>> /home/gitpod/.bashrc
echo "export PLAYWRIGHT_BROWSERS_PATH=0" >> /home/gitpod/.bashrc
gitpod-env-per-project >> /home/gitpod/.bashrc && source
/home/gitpod/.bashrc
init: |-
git config --global user.name "Sebastian Landwehr"
git config diff.lfs.textconv cat
git lfs pull
yarn --frozen-lockfile
vscode:
extensions:
- https://sebastianlandwehr.com/vscode-extensions/karlito40.fix-irregular-whitespace-0.1.1.vsix
- https://sebastianlandwehr.com/vscode-extensions/adrianwilczynski.toggle-hidden-1.0.2.vsix
- Tobermory.es6-string-html
- zjcompt.es6-string-javascript