Add proper gitpod.yml

This commit is contained in:
Nic0Nic0Nii 2021-09-30 04:19:27 +00:00
parent 8ef5b04212
commit 6117e6021d
2 changed files with 8 additions and 3 deletions

8
.gitpod.yml Normal file
View File

@ -0,0 +1,8 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: Install git-mob # runs during prebuild
command: npm i -g git-mob
vscode:
extensions:
- redhat.java
- mhutchie.git-graph

View File

@ -1,3 +0,0 @@
vscode:
extensions:
- redhat.java