This extension allows you to run SAP CPI Groovy scripts in a local environment within Visual Studio Code. It provides a convenient way to test your Groovy scripts before deploying them to SAP Cloud Integration.
Features
Execute SAP CPI Groovy scripts locally
Syntax highlighting and IntelliSense for Groovy scripts
Seamless integration with Visual Studio Code
Requirements
Visual Studio Code installed
Groovy installed and configured
Java (JDK 8 or later) installed and set up
Extension Settings
This extension contributes the following settings:
groovy.java.home: Path to the JDK folder (you don’t need to install it, just specify where the JDK is located).
groovy.groovy.home: Path to the Groovy folder.
groovy.classpath: Paths to external libraries (JAR files).
groovy.keystore.path: Path to the JKS file.
groovy.keystore.password: Password for the JKS file.
groovy.valuemapping.path: valuemapping objects in ZIP format.
Release Notes
1.0.2
Initial release with support for running SAP CPI Groovy scripts locally.