noita_entangled_worlds/.vscode/settings.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"
]
}