aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-schemas/lsp/pyright.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: migrate packages (#1182)William Boman2023-04-051-1/+1
|
* chore: autogenerate (#1106)williambotman[bot]2023-03-171-1/+1
|
* chore: autogenerate (#1104)williambotman[bot]2023-03-161-1/+1
|
* chore: update generated code (#903)williambotman[bot]2023-01-141-1/+1
|
* chore: update generated code (#628)williambotman[bot]2022-11-051-1/+1
|
* chore: update generated code (#379)williambotman[bot]2022-09-041-1/+1
|
* chore: update generated code (#96)williambotman[bot]2022-07-181-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