Skip to content

Commit

Permalink
don't break gitpod.yml with template string
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 9, 2024
1 parent 4ea867a commit 0385490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nf_core/pipeline-template/.gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ tasks:
command: |
pre-commit install --install-hooks
nextflow self-update
{% if code_linters %}
vscode:
extensions:
#{%- if code_linters -%}
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack{% endif %}
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack
{%- endif -%}

0 comments on commit 0385490

Please sign in to comment.