Vivid Extension

February 27, 2024 ยท View on GitHub

Visual Studio Code extension for Vivid programming language.

Building

Using this extension requires the first version of Vivid to be in your PATH environment variable.

Prebuilt extension

  1. Go to the releases tab and download the latest release
  2. Open Visual Studio Code and select View > Extensions > "..." (upper right corner) > Install from VSIX

Building for source

git clone https://github.com/lehtojo/vivid-extension
cd vivid-extension/
npm install
npx vsce package

After successful build, there should be a '.vsix' file. Open Visual Studio Code and select View > Extensions > "..." (upper right corner) > Install from VSIX.