Skip to content

Commit

Permalink
Create devcontainer.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Aug 11, 2023
1 parent b5aba28 commit 04978ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "docker.io/nfcore/gitpod:2.9",
"features": {},
"customizations": {
"vscode": {
"extensions": [
"nextflow.nextflow",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"GitHub.vscode-pull-request-github"
]
}
}
}

0 comments on commit 04978ac

Please sign in to comment.