.vscode: Recommend mermaid

* And allow you to add it to staging without git complaing it's in the vscode folder

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-07-13 09:02:59 -06:00 committed by Peter Barker
parent dd388a3da2
commit e614a1c58c
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -111,7 +111,8 @@ GRTAGS
GTAGS GTAGS
*.apj *.apj
.gdbinit .gdbinit
/.vscode .vscode/*
!.vscode/extensions.json
/.history /.history
Parameters.html Parameters.html
Parameters.md Parameters.md

View File

@ -1,5 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"bierner.markdown-mermaid",
"ms-vscode.cpptools", "ms-vscode.cpptools",
"sumneko.lua", "sumneko.lua",
"ms-python.python", "ms-python.python",