unisonweb / vscode-unison

Official Unison extension for Visual Studio Code
MIT License
23 stars 4 forks source link

Unison for Visual Studio Code

Official editor support for the Unison language.

Provides syntax highlighting and Language Server support.

Features

Learn about features here.

Requirements

This plugin requires the UCM (Unison Codebase Manager).

Installing

Install from the VSCode Marketplace

Extension Settings

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
}

Release Notes

See the CHANGELOG for updates.

Development

Deploying

Follow this guide to get your account set up, contact @ChrisPenner to get access to the unison-lang publisher.

Then:

$ vsce login unison-lang
$ npm run publish