feature/ldoc-return-fixes #20

Merged
mr.zero merged 3 commits from feature/ldoc-return-fixes into master 2026-02-26 16:50:14 +00:00
Showing only changes of commit e07eeb466b - Show all commits

View File

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