Skip to content

Commit 6a59a97

Browse files
Update gitpod vscode extensions to use nf-core extension pack
1 parent 978f865 commit 6a59a97

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.gitpod.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,4 @@ tasks:
99
1010
vscode:
1111
extensions:
12-
- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code
13-
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
14-
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
15-
- mechatroner.rainbow-csv # Highlight columns in csv files in different colors
16-
- nextflow.nextflow # Nextflow syntax highlighting
17-
- oderwat.indent-rainbow # Highlight indentation level
18-
- streetsidesoftware.code-spell-checker # Spelling checker for source code
19-
- charliermarsh.ruff # Code linter Ruff
12+
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack

nf_core/pipeline-template/.gitpod.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ tasks:
66
nextflow self-update
77
88
vscode:
9-
extensions: # based on nf-core.nf-core-extensionpack
9+
extensions:
1010
#{%- if code_linters -%}
11-
- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code
12-
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files{% endif %}
13-
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
14-
- mechatroner.rainbow-csv # Highlight columns in csv files in different colors
15-
- nextflow.nextflow # Nextflow syntax highlighting
16-
- oderwat.indent-rainbow # Highlight indentation level
17-
- streetsidesoftware.code-spell-checker # Spelling checker for source code
18-
- charliermarsh.ruff # Code linter Ruff
11+
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack

0 commit comments

Comments
 (0)