aya-prover / aya-vscode

~ VSCode extension for Aya Prover
GNU General Public License v3.0
7 stars 2 forks source link
aya language-server vscode-extension

VSCode extension for Aya

GitHub actions is enabled for this project, but we cannot attach SVGs to the README due to VSCode restrictions.

Download

You can download the release version of the extension itself from Marketplace. We also offer per-commit builds from the Release page.

To use this extension, you might also need the Language Server for Aya, which is either available as a fat-jar (lsp-fatjar.jar) or a jlinked image (aya-prover-jlink-*.zip).

Build from source

You need yarn to build this project and vsce to package it as an installable extension pack.

# Install build tools
npm install -g vsce yarn
# Install dependencies
yarn install
# Package the extension to `aya-prover-vscode-<version>.vsix`
vsce package