mirror of https://github.com/ArduPilot/ardupilot
.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:
parent
dd388a3da2
commit
e614a1c58c
|
@ -111,7 +111,8 @@ GRTAGS
|
|||
GTAGS
|
||||
*.apj
|
||||
.gdbinit
|
||||
/.vscode
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
/.history
|
||||
Parameters.html
|
||||
Parameters.md
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"bierner.markdown-mermaid",
|
||||
"ms-vscode.cpptools",
|
||||
"sumneko.lua",
|
||||
"ms-python.python",
|
||||
|
|
Loading…
Reference in New Issue