mirror of https://github.com/ArduPilot/ardupilot
vscode: set lua version to 5.3
This commit is contained in:
parent
14aea255e6
commit
43a8432936
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"cSpell.language": "en-GB",
|
"cSpell.language": "en-GB",
|
||||||
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc"
|
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc",
|
||||||
|
"Lua.runtime.version": "Lua 5.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue