Official editor support for the Unison language.
Provides syntax highlighting and Language Server support.
Learn about features here.
This plugin requires the UCM (Unison Codebase Manager).
Follow the instructions in your editor to install from either:
The default settings are configured for you, so there's no need to make changes. If you'd like to override the defaults you can do so with the following options:
{
// The port where UCM is serving the language server
"unison.lspPort" = 5757
}
See the CHANGELOG for updates.
- Run the build in watch mode in a separate terminal:
npm start
- Open the project in VS Code:
code .
- Press F5 to load the extension into the VS Code extension host.
- Update the version in
package.json
. - Commit the changes, and tag the commit, e.g.
git tag 1.2.1 <sha>
- Push the changes and the tag to GitHub, e.g.
git push --tags
- Create a new release on GitHub for that tag
- Github Actions will build and publish the extension to Open VSX and the VSCode Marketplace.