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 fb3652d commit 8da3a67Copy full SHA for 8da3a67
.devcontainer/local/devcontainer.json
@@ -33,7 +33,7 @@
33
"SHELL": "/bin/bash" // Ush bash
34
},
35
"onCreateCommand": "bash ${localWorkspaceFolder}/.devcontainer/setup.sh",
36
- "postCreateCommand": "sudo mkdir -p /workspaces && sudo rm -rf /workspaces/training && sudo ln -s ${localWorkspaceFolder} /workspaces/training",
+ "postCreateCommand": "mkdir -p /workspaces && rm -rf /workspaces/training && ln -s ${localWorkspaceFolder} /workspaces/training",
37
"customizations": {
38
"vscode": {
39
"extensions": ["nf-core.nf-core-extensionpack"],
0 commit comments