Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Aug 11, 2023
1 parent ea7bbc4 commit 249680b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"image": "quay.io/seqeralabs/nf-launcher:j17-23.04.2-up2",
"features": {
"features": {},
"customizations": {
"vscode": {
"extensions": [
"nextflow.nextflow",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"GitHub.vscode-pull-request-github"
]
}
}
}

0 comments on commit 249680b

Please sign in to comment.