From 15880be40d065d4d89dd2c2c65513713a029289b Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 9 Dec 2024 16:54:17 +0100 Subject: [PATCH] make prettier happy --- nf_core/pipeline-template/.gitpod.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nf_core/pipeline-template/.gitpod.yml b/nf_core/pipeline-template/.gitpod.yml index 947315c0c..f2088365d 100644 --- a/nf_core/pipeline-template/.gitpod.yml +++ b/nf_core/pipeline-template/.gitpod.yml @@ -3,9 +3,8 @@ tasks: - name: Update Nextflow and setup pre-commit command: | pre-commit install --install-hooks - nextflow self-update -{% if code_linters %} + nextflow self-update {%- if code_linters %} + vscode: extensions: - - nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack -{%- endif -%} + - nf-core.nf-core-extensionpack {%- endif -%}