Skip to content

How to maintain LSP

predragnikolic edited this page Aug 16, 2025 · 3 revisions

How to make LSP releases?

  1. Create new messages file.
  2. Run ./LSP/scripts/release.py build.

That will create new commit and tag. Push the git changes and make sure to push the git tag.

Note

There is also a way to publish new GitHub release using ./LSP/scripts/release.py publish but Github token is needed, but you can do that manually instead here https://github.com/sublimelsp/LSP/releases/new

Clone this wiki locally