From 3ee3b29a153980c077ad47453c1d14e3965d4704 Mon Sep 17 00:00:00 2001 From: Nils Hoffmann <3309580+nilshoffmann@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:19:43 +0100 Subject: [PATCH 1/2] Added cwl vscode plugin. --- vscode/cwl.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vscode/cwl.yml b/vscode/cwl.yml index 8dbb2ecf..0c74c6fe 100644 --- a/vscode/cwl.yml +++ b/vscode/cwl.yml @@ -10,3 +10,8 @@ - cwltool remote_user: ubuntu become: false + +- name: Install VSCode CWL Lanquage Support Plugin + ansible.builtin.shell: code-server --install-extension sbg-rabix.benten-cwl + args: + executable: /bin/bash From fc1700e9ac58a996a69e6edf4e04b0c0b3adba93 Mon Sep 17 00:00:00 2001 From: Nils Hoffmann <3309580+nilshoffmann@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:24:16 +0100 Subject: [PATCH 2/2] Fixed ansible-lint issue --- vscode/nextflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/nextflow.yml b/vscode/nextflow.yml index c55bc846..f2bc059a 100644 --- a/vscode/nextflow.yml +++ b/vscode/nextflow.yml @@ -11,7 +11,7 @@ - nextflow remote_user: ubuntu become: false - + - name: Install VSCode Nextflow Lanquage Support Plugin ansible.builtin.shell: code-server --install-extension nextflow.nextflow args: