Add proper gitpod.yml

master
Nic0Nic0Nii 3 years ago
parent 8ef5b04212
commit 6117e6021d
  1. 8
      .gitpod.yml
  2. 3
      gitpod.yml

@ -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

@ -1,3 +0,0 @@
vscode:
extensions:
- redhat.java
Loading…
Cancel
Save