GitHub actions is enabled for this project, but we cannot attach SVGs to the README due to VSCode restrictions.
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
).
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