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