Installation
VS Code
Section titled “VS Code”Install the Knowboard vscode extension.
A Zed extension is available in the knowboard repo but it has not been published to the Zed extensions listing yet.
If you want to try it out you can clone the repository:
git clone https://github.com/knowboard/knowboardIn the Zed command palette, run zed: install dev extension and select the
editors/zed from your clone.
Manual
Section titled “Manual”Knowboard is implemented as a Language Server which can be installed with other editors that support it.
The Language Server is distrubuted as a standalone binary which can be downloaded from the GitHub Releases.
Updates
Section titled “Updates”The extensions will automatically fetch the current LSP from GitHub releases and start it.
You can also download the binary manually and put it on the PATH. However, in this case the extension will no longer automatically fetch updates, so you will need to update the binary yourself when a new release is available.