sublimelsp / LSP-pyright

Python support for Sublime's LSP plugin provided through microsoft/pyright.
MIT License
131 stars 13 forks source link

chore(ci): add script and workflow for auto-updating schema #286

Closed rchl closed 11 months ago

rchl commented 11 months ago

This should help with ensuring that configuration schema is up to date.

The github workflow in theory should auto-update schema in dependabot PRs but if new pyrightconfig settings are added then it will require updating the LSP part manually.

Totally untested (especially the workflow).