diff --git a/.gitpod.yml b/.gitpod.yml index 607bb89..954f304 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,6 @@ # 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 + - init: npm i -g git-mob vscode: extensions: - redhat.java