Skip to content

Commit 43a8432

Browse files
IamPete1tridge
authored andcommitted
vscode: set lua version to 5.3
1 parent 14aea25 commit 43a8432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.default.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cSpell.language": "en-GB",
3-
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc"
3+
"astyle.astylerc": "${workspaceFolder}/Tools/CodeStyle/astylerc",
4+
"Lua.runtime.version": "Lua 5.3"
45
}

0 commit comments

Comments
 (0)