Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent 59b5aa9 commit e7bb3b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/pylsp.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
},
"type": "array"
},
"pylsp.plugins.jedi.prioritize_extra_paths": {
"default": false,
"description": "Whether to place extra_paths at the beginning (true) or end (false) of `sys.path`",
"type": "boolean"
},
"pylsp.plugins.jedi_completion.cache_for": {
"default": [
"pandas",
Expand Down
2 changes: 2 additions & 0 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10795,6 +10795,8 @@
-- default = {}
-- ```
---@field extra_paths string[]
-- Whether to place extra_paths at the beginning (true) or end (false) of `sys.path`
---@field prioritize_extra_paths boolean

---@class _.lspconfig.settings.pylsp.Jedi.Completion
-- Modules for which labels and snippets should be cached.
Expand Down

0 comments on commit e7bb3b5

Please sign in to comment.