Skip to content

Commit 123f4ab

Browse files
committed
update luarc
1 parent d3d3de4 commit 123f4ab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.luarc.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"workspace.checkThirdParty": "Disable",
3-
"diagnostics.globals": [
4-
"mp"
5-
]
2+
"runtime": {
3+
"version": "LuaJIT"
4+
},
5+
"diagnostics.globals": [
6+
"mp"
7+
]
68
}

0 commit comments

Comments
 (0)