Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

graalvm/vscode-extensions

Repository files navigation

Visual Studio Code extension

This suite provides extension to Visual Studio Code that supports development of applications targeting GraalVM. The extension is Technology Preview.

Build VSIX package from sources

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.

Installation

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

License

GraalVM VS Code Extension is licensed under The Universal Permissive License (UPL), Version 1.0