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 nashorn:
"nashorn": "cd $dir && C:\\jdk\\bin\\jjs.exe -dump-on-error -scripting $fileName",.
Create a file with .nashorn or .jjs extension.
Now you can run Nashorn 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 Nashorn - Find and copy Scriptlet from OO Project