We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8eeb49 commit 605b15cCopy full SHA for 605b15c
.gitpod.yml
@@ -2,7 +2,8 @@ image:
2
file: .gitpod.Dockerfile
3
tasks:
4
- command: eval $(gitpod-env-per-project)
5
- init: git lfs pull && yarn --frozen-lockfile
+ init: git config --global user.name "Sebastian Landwehr" && git lfs pull && yarn
6
+ --frozen-lockfile
7
vscode:
8
extensions:
9
- https://sebastianlandwehr.com/vscode-extensions/karlito40.fix-irregular-whitespace-0.1.1.vsix
0 commit comments