Clean-up and Publish the LSP package
Open
@rhamzeh is already working on this.
Since May 9, 2025.
enhancement
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 7
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 14
Description
We have an LSP at https://github.com/openfga/vscode-ext/blob/main/server/package.json
We'd like to publish it so that community members building integrations for other IDEs (e.g. https://github.com/hedengran/fga.nvim) can use it.
We need to:
- Rename the package to
@openfga/lsp-server - Create a
README.mdfile in./serverthat describes the LSP - Link to documentation and examples around how to integrate and make use of the LSP
- Setup the workflow to publish this to npm
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.