vscode: set lua version to 5.3

This commit is contained in:
Iampete1 2024-02-06 20:37:09 +00:00 committed by Andrew Tridgell
parent 14aea255e6
commit 43a8432936
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"cSpell.language": "en-GB",
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc"
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc",
"Lua.runtime.version": "Lua 5.3"
}