-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
40 lines (29 loc) · 1.13 KB
/
.gitpod.yml
File metadata and controls
40 lines (29 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
image:
file: .gitpod.Dockerfile
tasks:
- before: >-
echo "corepack enable" >> /home/gitpod/.bashrc
# Prevent this prompt:
# pnpm install --frozen-lockfile
# ! Corepack is about to download
https://registry.npmjs.org/pnpm/-/pnpm-10.7.1.tgz
# ? Do you want to continue? [Y/n]
echo "export COREPACK_ENABLE_DOWNLOAD_PROMPT=0" >> /home/gitpod/.bashrc
gitpod-env-per-project >> /home/gitpod/.bashrc
echo "export
PUPPETEER_CACHE_DIR=/workspace/chdir/node_modules/.cache/puppeteer" >>
/home/gitpod/.bashrc
echo "export PLAYWRIGHT_BROWSERS_PATH=0" >> /home/gitpod/.bashrc
source /home/gitpod/.bashrc
init: |-
git config --global user.name "Sebastian Landwehr"
git config diff.lfs.textconv cat
git lfs pull
pnpm install --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
- octref.vetur@0.33.1
- Tobermory.es6-string-html
- zjcompt.es6-string-javascript