File tree Expand file tree Collapse file tree 3 files changed +5
-18
lines changed
nf_core/pipeline-template Expand file tree Collapse file tree 3 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 99
1010vscode :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66 nextflow self-update
77
88vscode :
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
You can’t perform that action at this time.
0 commit comments