vscode: Add extension for automatically picking process

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-08-10 10:14:39 -06:00 committed by Tom Pittenger
parent 2f58d082f0
commit b8eb1b8ae2
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"augustocdias.tasks-shell-input",
"bierner.markdown-mermaid", "bierner.markdown-mermaid",
"ms-vscode.cpptools", "ms-vscode.cpptools",
"sumneko.lua", "sumneko.lua",
@ -7,6 +8,6 @@
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"chiehyu.vscode-astyle", "chiehyu.vscode-astyle",
"ardupilot-org.ardupilot-devenv" "ardupilot-org.ardupilot-devenv",
] ]
} }