aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-schemas/lsp/python-lsp-server.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-221-3/+0
| | | | | Instead, schemas are now defined in the package registry and downloaded during installation. See https://github.com/mason-org/mason-registry/pull/1319.
* chore: update generated code (#823)williambotman[bot]2022-12-291-1/+1
|
* chore: update generated code (#660)williambotman[bot]2022-11-101-1/+1
|
* chore: update generated code (#632)williambotman[bot]2022-11-061-1/+1
|
* chore: update generated code (#624)williambotman[bot]2022-11-041-1/+1
|
* chore: update generated code (#619)williambotman[bot]2022-11-021-1/+1
|
* chore: update generated code (#615)williambotman[bot]2022-11-011-1/+1
|
* chore: update generated code (#476)williambotman[bot]2022-09-281-1/+1
|
* chore: update generated code (#351)williambotman[bot]2022-08-281-1/+1
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+3
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module