forked from redo/BlockLua
12 lines
364 B
JSON
12 lines
364 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"_bllua_ts",
|
|
"_bllua_requiresecure",
|
|
"_bllua_on_unload"
|
|
],
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
"Lua.diagnostics.disable": ["lowercase-global", "undefined-global"],
|
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"C_Cpp.default.compilerPath": "C:/msys64/mingw32/bin/g++.exe"
|
|
}
|