A Visual Studio Code extension for the Clue programming language.
- Adds syntax highlighting for Clue.
- Shows compiler errors in the editor.
- Allows configuration of environmental variables.
You will need to have Visual Studio Code, Clue, and NPM installed.
- Clone or download this repository.
- Open this directory in Visual Studio Code.
- Run
npm install
in the terminal. - Run
npm run compile
to build the extension. - Open
./src/extension.ts
. - Press F5 to run the extension.
The extension will activate when opening any file with a .clue
extension. The Clue compiler will be run on files whenever they are opened or saved.
When using the extension for the first time, you will need to set the path to the Clue executable. This can be found in the extension settings.
Environmental variables can be set in the settings.json
.