mirror of https://github.com/ArduPilot/ardupilot
DevEnv: Add C++ and Lua recommended extensions for VSCode
This commit is contained in:
parent
ed32136006
commit
d97baac926
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"sumneko.lua",
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"chiehyu.vscode-astyle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"cSpell.language": "en-GB",
|
||||
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc"
|
||||
}
|
Loading…
Reference in New Issue