Skip to content

Commit

Permalink
Merge pull request #3192 from ewels/vscode-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Nov 15, 2024
2 parents d26c3e9 + 9321971 commit c5cd95c
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 256 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ ENV/
# Jetbrains IDEs
.idea
pip-wheel-metadata
.vscode
.*.sw?

# Textual
Expand Down
3 changes: 3 additions & 0 deletions nf_core/pipeline-template/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"markdown.styles": ["public/vscode_markdown.css"]
}
11 changes: 11 additions & 0 deletions nf_core/pipelines/create/template_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,14 @@ seqera_platform:
You can extend this file adding any other desired configuration.
nfcore_pipelines: False
custom_pipelines: True
vscode:
skippable_paths:
- ".vscode"
short_description: "Render website admonitions in VSCode"
description: "Add a VSCode configuration to render website admonitions"
help_text: |
This will add a VSCode configuration file to render the admonitions in markdown files with the same style as the nf-core website.
Adds the `.vscode` directory to the pipelinerepository.
nfcore_pipelines: False
custom_pipelines: True
256 changes: 128 additions & 128 deletions tests/pipelines/__snapshots__/test_create_app/test_customisation_help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
254 changes: 127 additions & 127 deletions tests/pipelines/__snapshots__/test_create_app/test_type_custom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5cd95c

Please sign in to comment.