Skip to content

Commit

Permalink
Add .vscode/settings.json
Browse files Browse the repository at this point in the history
Needed to set the vscode_markdown.css path for Extended Markdown previews of docs.

Signed-off-by: Phil Ewels <phil.ewels@seqera.io>
  • Loading branch information
ewels committed Oct 4, 2024
1 parent 38db8cb commit 24c2e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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"]
}

0 comments on commit 24c2e07

Please sign in to comment.