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
- Go to the releases tab and download the latest release
- 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.