A small extension for the MiniJava language developed in the compiler course at TU Kaiserslautern.
The language server is not included.
The location of the jar file has to be configured in the extension settings under minijava.minijavaJar
.
If you want to build the extension yourself:
- First install
- Node.js (newer than 4.3.1)
- Npm (newer 2.14.12)
- clone the project from GitHub.
- Change to the project directory (e.g.
cd minijava4vscode
) - Run
npm i
- Open the project in Visual Studio Code (
code .
) - Press
F5
to debug (it should start a new vscode window with MiniJava enabled)
Contributors can publish the extension to the Extension Marketplace using vsce publish
as described in the vsce - Publishing Tool Reference.
To update the version use npm version patch
.