Skip to content

Commit a097d6c

Browse files
author
Andrei Jiroh Eugenio Halili
committed
[gitpod] Prepare barebones Gitpod config
Later, I'll write an Python script to automate generation of the .gitpod.Dockerfile + values of the vscode.extensions in the Gitpod config. Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent 5b1c143 commit a097d6c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitpod.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
gitConfig:
2+
core.autocrlf: "true"
3+
4+
tasks:
5+
- init: pip3 install -r ./requirements.dev.txt
6+
7+
vscode:
8+
# TODO: Synchorize it with values from .vscode/extensions.json/#recommendations
9+
extensions:
10+
- ms-python.python
11+
- stylelint.vscode-stylelint
12+
- foxundermoon.shell-format
13+
- matangover.mypy
14+
- streetsidesoftware.code-spell-checker
15+
- esbenp.prettier-vscode
16+
- exiasr.hadolint
17+
- timonwong.shellcheck

0 commit comments

Comments
 (0)