mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
19 lines
No EOL
424 B
JSON
19 lines
No EOL
424 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++",
|
|
"spellright.language": [],
|
|
"spellright.documentTypes": [
|
|
"markdown",
|
|
"latex"
|
|
]
|
|
} |