Skip to content

Commit

Permalink
Open file explorer in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiesamaha committed Oct 9, 2024
1 parent a41f6e8 commit 89b8a5e
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 89b8a5e

Please sign in to comment.