Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>RobustaNew to Visual Studio Code? Get it now.
Robusta

Robusta

FrenchTechLead

|
3,550 installs
| (2) | Free
Full Robusta language support for vscode (Code colorization, formatting, code execution, theme ...).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
upec

Open Source Love License: MIT Visual Studio Marketplace Rating (Stars) Visual Studio Marketplace Version (including pre-releases)

Robusta for Visual Studio Code

This extension provides full Robusta language support for vscode (Code colorization, Formatting, Code execution, Theme, Snippets ...).

FEATURES

1 - Robusta Code Execution :

The extension provides the compile command on right click on .jvs files and run command on clicking on .jar archives.

2 - Problem Matcher :

The extension provides a problem matcher to detect compilation errors and display them directly on the editor.

3 - Code Formatting / Colorization :

The extension provides the Robusta language configuration that makes code colorizing possible on vscode and a strong code formatter.

4 - Code Snippets :

The extension provides some code snippets to auto-complete your code.

5 - File Icon Theme :

The extension provides a set of file icons based on the famous Seti file icon theme.

Extension Settings

{
    "robusta.jdkHomePath": "path/to/jdk/home",
    "robusta.path": "path/to/robusta.jar",
    "robusta.formatOnSave": true,
    "robusta.compileOnSave": false
}

Find out about robusta.jar here.

Examples for robusta.jdkHomePath values :
mac : /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home
windows : C:\Program Files\Java\jdk1.8.0_162

License

This software is released under the terms of the MIT license.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft