Skip to content

Commit

Permalink
Update .devcontainer/devcontainer.json
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Talbot <[email protected]>
  • Loading branch information
christopher-hakkaart and adamrtalbot committed Sep 12, 2024
1 parent 2dcee00 commit ff7392c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"]
}
},
"portsAttributes": {
"3000": {
"label": "Application",
"onAutoForward": "openPreview"
}
}
}

0 comments on commit ff7392c

Please sign in to comment.