Files
evolved.lua/.luarc.json
2024-11-11 06:55:04 +07:00

11 lines
237 B
JSON

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"completion": {
"autoRequire": false
},
"runtime": {
"version": "LuaJIT",
"pathStrict": true
}
}