vscode settings update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2026-02-26 17:44:41 +01:00
parent 337f1fc132
commit e07eeb466b

View File

@@ -14,7 +14,10 @@
"inc/?.lua" "inc/?.lua"
], ],
"Lua.diagnostics.disable": [ "Lua.diagnostics.disable": [
"undefined-global" "undefined-global",
"undefined-doc-param",
"undefined-doc-name",
"luadoc-miss-param-name"
], ],
"python.autoComplete.extraPaths": [ "python.autoComplete.extraPaths": [
"${workspaceFolder}/sources/poky/bitbake/lib", "${workspaceFolder}/sources/poky/bitbake/lib",