34 lines
694 B
JSON
34 lines
694 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",
|
|
"undefined-doc-param",
|
|
"undefined-doc-name",
|
|
"luadoc-miss-param-name"
|
|
],
|
|
"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"
|
|
}
|
|
} |