diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..d6f6adc --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +tasks: + - command: code --install-extension redhat.java@1.22.1 && code --install-extension vscjava.vscode-java-debug sleep 40 && code --install-extension revaturePro.revature-labs + - command: for i in {1..3}; do code --uninstall-extension vscjava.vscode-java-test; sleep 15; done + - command: for i in {1..6}; do chmod 600 ~/.ssh/id_rsa && chmod 644 ~/.ssh/id_rsa.pub && ssh-keyscan github.com >> ~/.ssh/known_hosts; sleep 20; done + - command: git remote set-url origin git@github.com:jmsundin/jmsundin-pep-project.git && sed "s/\r$//" commit-command.sh | bash \ No newline at end of file