mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 07:58:28 -04:00
.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
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user