This extension is developed to help you with content authoring inside MicroFocus / OpenText Operations Orchestration Studio. Scriptlets are optional parts of an operation that you can use to manipulate data from either the operation's inputs or results.
Open VS Code settings and switch to (Open Settings JSON). Find "code-runner.executorMap" object and add rhino:
"rhino":"cd $dir && java -cp C:\\rhino\\rhino.jar org.mozilla.javascript.tools.shell.Main $fileName",.
Create a file with .rhino extension.
Now you can run Rhino script inside VS Code!
Features:
Syntax highlighting
Operations Orchestration Scriptlet Templates
Code blocks completion
OO Studio Snippets
Search and insert OO Studio Project Scriptlet into VS Code
Commands:
OO Rhino - Find and copy Scriptlet from OO Project