Skip to content

Commit

Permalink
build(gitpod): recommend mermaid markdown plugin
Browse files Browse the repository at this point in the history
This allows to preview the mermaid chart in docs while writing it in VSCode.
  • Loading branch information
yajo committed Apr 20, 2021
1 parent ee776d9 commit 0c5a251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
vscode:
extensions:
- bpruitt-goddard.mermaid-markdown-syntax-highlighting
- editorconfig.editorconfig
- esbenp.prettier-vscode
- ms-python.python
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"esbenp.prettier-vscode",
"ms-python.python",
"editorconfig.editorconfig"
"editorconfig.editorconfig",
"bpruitt-goddard.mermaid-markdown-syntax-highlighting"
]
}

0 comments on commit 0c5a251

Please sign in to comment.