-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpod.yml
28 lines (24 loc) · 1.21 KB
/
.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
25
26
27
28
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
image:
file: .github/env/.gitpod.Dockerfile
gitConfig:
alias.co: checkout
alias.cm: checkout main
alias.cb: checkout -b
alias.st: status -sb
alias.lg: log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
alias.rollback: reset --soft HEAD~1
vscode:
extensions:
- streetsidesoftware.code-spell-checker # Code Spell Checker
- streetsidesoftware.code-spell-checker-portuguese # Portuguese - Code Spell Checker
- ms-azuretools.vscode-docker # Docker
- EditorConfig.EditorConfig # Editor Config
- GitHub.github-vscode-theme # Github Dark Tubo [Theme]
- PKief.material-icon-theme # Material Icon Theme [Icon Theme]
- miguelsolorio.fluent-icons # Fluent Icons [Product Icon Theme]
- darkriszty.markdown-table-prettify # Markdown Table Prettifier
- rust-lang.rust-analyzer # Rust Analyzer