Known issues and limitations
The IBM IMS Explorer for VS Code extension has some known issues and limitations. This page provides the status of the current release. Also review the list of open issues and enhancement requests in our Github repository. It might list issues that are not yet documented here.
Java™ 21 64-Bit JRE or SDK required
If the right version of Java cannot be found in the current user's path or if no JAVA_HOME environment variable was defined, you might see error messages in the Output view of VS Code. Such errors could also be caused by other reasons such as not enough free memory for Java on your system.
The IMS Explorer for VS Code extension starts by searching for Java in the following locations, in the order specified:
ims.explorer.connection.property.javaHomejava.jdt.ls.java.homeJAVA_HOMEenvironment variable- System PATH
- Platform-specific discovery (e.g.,
/usr/libexec/java_home -Von macOS,where java.exeon Windows)
If your installation is not found and you see a IMS Explorer failed to start error reporting Java cannot be found, try specifying a path to your Java for your ims.explorer.connection.property.javaHome or java.jdt.ls.java.home value in your VS Code settings, or setting your system's JAVA_HOME environment variable. To configure the ims.explorer.connection.property.javaHome path for a supported Java installation, see Configuring the extension.
Reporting issues
If you want to provide feedback or report an issue, open an issue in the GitHub repository. Any report and feedback is appreciated.