This suite provides extension to Visual Studio Code that supports development of applications targeting GraalVM. The extension is Technology Preview.
To build VSIX package of the GraalVM extension, take the following steps:
- Install
vsce
(short for "Visual Studio Code Extensions"), a command-line tool for packaging, publishing and managing VS Code extensions
npm install -g vsce
- Compile and package the extension
pushd graalvm; npm install; vsce package; popd;
Alternatively, invoke mx build
to create a zip file distribution with the extension contained.
To install the GraalVM extension into Visual Studio Code, take the following step:
- Install desired package with
code --install-extension <extension.vsix>
code --install-extension graalvm/graalvm-*.vsix
GraalVM VS Code Extension is licensed under The Universal Permissive License (UPL), Version 1.0