File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
nf_core/pipeline-template Expand file tree Collapse file tree 2 files changed +3
-17
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 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