anka-213 / vscode-unison

Official Unison extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Clone the project
  • Symlink the project into your ~/.vscode/extensions folder, e.g. ln -s ~/Projects/vscode-unison ~/.vscode/extension/unison-dev
  • npm run watch
  • Restart Visual Studio Code

Or optionally, using the VS code extension host:

  • git clone https://github.com/unisonweb/vscode-unison
  • cd vscode-unison
  • code .
  • Press F5 to load the extension host.

About

Official Unison extension for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 100.0%