From 89b8a5e65df491c2828ebaf99374d7a66ae17a35 Mon Sep 17 00:00:00 2001 From: georgiesamaha Date: Wed, 9 Oct 2024 16:39:07 +1100 Subject: [PATCH] Open file explorer in vscode --- .gitpod.yml | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 8a01d86..f037d13 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ # Custom workspace and checkout locations workspaceLocation: gitpod/gitpod.code-workspace # Refers to .code-workspace file -checkoutLocation: hello-nextflow # Ensure Git clones into the correct location +checkoutLocation: gitpod # Ensure Git clones into the correct location # GitHub prebuild configuration github: @@ -65,3 +65,7 @@ vscode: - nextflow.nextflow # Nextflow syntax highlighting - streetsidesoftware.code-spell-checker # Spell checker for source code - ms-vscode.live-server # Live server for web development + + files: + open: + - /workspace/hello-nextflow diff --git a/README.md b/README.md index 0029c1b..e621169 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Event description [here](https://www.biocommons.org.au/events/hello-nextflow). Content published at: [https://sydney-informatics-hub.github.io/hello-nextflow/](https://sydney-informatics-hub.github.io/hello-nextflow/) -## Self-directed materials +## Run thorugh our self-directed materials [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/new/#https://github.com/Sydney-Informatics-Hub/hello-nextflow) ## Developers