We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502e54b commit b6df003Copy full SHA for b6df003
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
"NXF_HOME": "/workspaces/.nextflow",
18
"HOST_PROJECT_PATH": "/workspaces/training" // Codespaces and local devcontainers will both work with this.
19
},
20
- "postCreateCommand": "if [ -z \"$CODESPACES\" ]; then echo \"Devcontainers Development\"; else echo \"Codespaces Development\"; fi",
+ "postCreateCommand": "nextflow -version; if [ -z \"$CODESPACES\" ]; then echo \"Devcontainers Development\"; else echo \"Codespaces Development\"; fi",
21
// Configure tool-specific properties.
22
"customizations": {
23
// Configure properties specific to VS Code.
0 commit comments