Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully automate dev setup with Gitpod #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
zhuox2 committed Apr 6, 2021
commit b09c40c3bffabb544d64fc4cdfe0e1b75186e1f0
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
- init: 'echo "TODO: Replace with init/build command"'
command: 'echo "TODO: Replace with command to start project"'

vscode:
extensions:
- vscodevim.vim@1.19.2:C+cKTLU9c7GpQtHGKuFgKA==
- mtayllan.moonokai@0.0.4:TehdQgNtm+Y4YxoxIVAWiQ==
- gulajavaministudio.mayukaithemevsc@2.0.5:7enWKGQZvbdnI+I0JY4NHw==