31 lines
611 B
JSON
31 lines
611 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"rect",
|
|
"exit",
|
|
"spr"
|
|
],
|
|
|
|
"Lua.workspace.library": [
|
|
"./inc"
|
|
],
|
|
"Lua.runtime.path": [
|
|
"?.lua",
|
|
"?/init.lua",
|
|
"inc/?.lua"
|
|
],
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-global"
|
|
],
|
|
"python.autoComplete.extraPaths": [
|
|
"${workspaceFolder}/sources/poky/bitbake/lib",
|
|
"${workspaceFolder}/sources/poky/meta/lib"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"${workspaceFolder}/sources/poky/bitbake/lib",
|
|
"${workspaceFolder}/sources/poky/meta/lib"
|
|
],
|
|
"files.associations": {
|
|
"*.conf": "bitbake",
|
|
"*.inc": "bitbake"
|
|
}
|
|
} |