Skip to content

Commit

Permalink
Merge pull request #42 from Sydney-Informatics-Hub/gitpod
Browse files Browse the repository at this point in the history
Open file explorer in vscode
  • Loading branch information
georgiesamaha authored Oct 9, 2024
2 parents 9dc20cd + 89b8a5e commit 6ee0908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ee0908

Please sign in to comment.