Skip to content

Commit c5cd95c

Browse files
authored
Merge pull request #3192 from ewels/vscode-settings
2 parents d26c3e9 + 9321971 commit c5cd95c

File tree

5 files changed

+269
-256
lines changed

5 files changed

+269
-256
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ ENV/
113113
# Jetbrains IDEs
114114
.idea
115115
pip-wheel-metadata
116-
.vscode
117116
.*.sw?
118117

119118
# Textual
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"markdown.styles": ["public/vscode_markdown.css"]
3+
}

nf_core/pipelines/create/template_features.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,14 @@ seqera_platform:
432432
You can extend this file adding any other desired configuration.
433433
nfcore_pipelines: False
434434
custom_pipelines: True
435+
vscode:
436+
skippable_paths:
437+
- ".vscode"
438+
short_description: "Render website admonitions in VSCode"
439+
description: "Add a VSCode configuration to render website admonitions"
440+
help_text: |
441+
This will add a VSCode configuration file to render the admonitions in markdown files with the same style as the nf-core website.
442+
443+
Adds the `.vscode` directory to the pipelinerepository.
444+
nfcore_pipelines: False
445+
custom_pipelines: True

tests/pipelines/__snapshots__/test_create_app/test_customisation_help.svg

Lines changed: 128 additions & 128 deletions
Loading

tests/pipelines/__snapshots__/test_create_app/test_type_custom.svg

Lines changed: 127 additions & 127 deletions
Loading

0 commit comments

Comments
 (0)