14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-field"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"peripheral",
|
|
"term",
|
|
"rednet",
|
|
"textutils"
|
|
]
|
|
}
|