Releases: unisonweb/vscode-unison
Releases · unisonweb/vscode-unison
Latest
NOTE: Releases will no longer be published here, the canonical source for this extension is now the VSCode marketplace: https://marketplace.visualstudio.com/items?itemName=unison-lang.unison
v0.0.6
Now available on the VS Code Extension Marketplace
v0.0.3
Installing
This extension is currently under development, to install a development build, follow these steps:
- Download the latest
unison-x.y.z.vsix
from the Releases tab - Install it into your VS Code from a shell using
code --install-extension unison-x.y.z.vsix
- Build the
unison
executable from source from thecp/lsp-II
branch - Ensure UCM is running before starting VS code
0.0.2
Installing
This extension is currently under development, to install a development build, follow these steps:
- Download the latest
unison-x.y.z.vsix
from the Releases tab - Install it into your VS Code from a shell using
code --install-extension unison-x.y.z.vsix
- Build the
unison
executable from source from thecp/lsp-II
branch - Ensure UCM is running before starting VS code
Pre-Release 0.0.1
Installing
This extension is currently under development, to install a development build, follow these steps:
- Download the latest
unison-x.y.z.vsix
from the Releases tab - Install it into your VS Code from a shell using
code --install-extension unison-x.y.z.vsix
- Build
ucm
from source from thecp/lsp-II
branch - Ensure UCM is running before starting VS code