Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vscode settings #3192

Merged
merged 4 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading