big lua api changes

This commit is contained in:
2026-06-20 13:45:17 +02:00
parent a4b968c457
commit e647870238
14 changed files with 625 additions and 651 deletions
-12
View File
@@ -22,17 +22,5 @@
"ranges": "c",
"span": "c"
},
"Lua.runtime.plugin": "plugin.lua",
"Lua.runtime.builtin": {
"debug": "disable",
"os": "disable",
"jit": "disable",
"ffi": "disable",
"package": "disable"
},
"C_Cpp.dimInactiveRegions": false,
"Lua.diagnostics.disable": [
"duplicate-set-field",
"lowercase-global"
]
}