chore(build): auto-generate vimdoc, schemas and annotations

This commit is contained in:
github-actions[bot] 2025-09-25 01:30:44 +00:00
parent dd3cf8ac24
commit 7a8d7fd36f
2 changed files with 5 additions and 1 deletions

View File

@ -1705,7 +1705,7 @@
"type": "boolean"
},
"basedpyright.analysis.inlayHints.genericTypes": {
"default": false,
"default": true,
"description": "Whether to show inlay hints on inferred generic types.",
"scope": "resource",
"type": "boolean"

View File

@ -794,6 +794,10 @@
-- ```
---@field functionReturnTypes boolean
-- Whether to show inlay hints on inferred generic types.
--
-- ```lua
-- default = true
-- ```
---@field genericTypes boolean
-- Whether to show inlay hints on assignments to variables.
--