Skip to content

Commit 9c0f2ac

Browse files
authored
Merge branch 'dev' into modules-outside-nf-core-too
2 parents ba447fb + 0ba1c70 commit 9c0f2ac

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
- Update gitpod/workspace-base Docker digest to 12853f7 ([#3309](https://github.com/nf-core/tools/pull/3309))
5959
- Run pre-commit when testing linting the template pipeline ([#3280](https://github.com/nf-core/tools/pull/3280))
6060
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([#3325](https://github.com/nf-core/tools/pull/3325))
61-
- Make prompt less nf-core specific ([#3326](https://github.com/nf-core/tools/pull/3326))
61+
- Make CLI prompt less nf-core specific ([#3326](https://github.com/nf-core/tools/pull/3326))
62+
- Update gitpod vscode extensions to use nf-core extension pack ([#3327](https://github.com/nf-core/tools/pull/3327))
6263

6364
## [v3.0.2 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.2) - [2024-10-11]
6465

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)