From 038549034dadeed8835719b893429cd8b29a80a3 Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 9 Dec 2024 16:41:31 +0100 Subject: [PATCH] don't break gitpod.yml with template string --- nf_core/pipeline-template/.gitpod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nf_core/pipeline-template/.gitpod.yml b/nf_core/pipeline-template/.gitpod.yml index 67d24ff0f7..947315c0c4 100644 --- a/nf_core/pipeline-template/.gitpod.yml +++ b/nf_core/pipeline-template/.gitpod.yml @@ -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 -%}