File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nfcore" ,
3- "image" : " nfcore/gitpod :latest" ,
3+ "image" : " ghcr.io/nextflow-io/training :latest" ,
44 "remoteUser" : " gitpod" ,
5-
6- "postCreateCommand" : " pre-commit install --install-hooks" ,
7-
5+ "features" : {
6+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {}
7+ },
8+ "remoteEnv" : {
9+ "NXF_HOME" : " /workspaces/.nextflow" ,
10+ "HOST_PROJECT_PATH" : " ${localWorkspaceFolder}"
11+ },
812 // Configure tool-specific properties.
913 "customizations" : {
1014 // Configure properties specific to VS Code.
1317 "settings" : {
1418 "python.defaultInterpreterPath" : " /opt/conda/bin/python"
1519 },
16-
1720 // Add the IDs of extensions you want installed when the container is created.
1821 "extensions" : [
1922 " ms-python.python" ,
2023 " ms-python.vscode-pylance" ,
21- " nf-core.nf-core-extensionpack"
24+ " nf-core.nf-core-extensionpack" ,
25+ " nextflow.nextflow" ,
26+ " codezombiech.gitignore" ,
2227 ]
2328 }
2429 },
You can’t perform that action at this time.
0 commit comments