mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
14 lines
No EOL
316 B
JSON
14 lines
No EOL
316 B
JSON
{
|
|
"Lua.runtime.version": "LuaJIT",
|
|
"Lua.diagnostics.disable": [
|
|
"cast-local-type",
|
|
"param-type-mismatch",
|
|
"undefined-global",
|
|
"need-check-nil"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"wait",
|
|
"async"
|
|
],
|
|
"C_Cpp.default.compilerPath": "/usr/bin/clang++"
|
|
} |