{ "id": "visualvm-sdkman", "version": "2.0.17", "name": "VisualVM (via SDKMAN)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/visualvm-sdkman", "description": "VisualVM is a tool that provides a visual interface for viewing detailed\ninformation about Java applications while they are running on a Java Virtual\nMachine.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "jdkVersion": { "default": "latest", "description": "Select or enter a JDK version to install.", "proposals": [ "latest", "none", "17", "11", "8" ], "type": "string" }, "jdkDistro": { "default": "ms", "description": "Select or enter a JDK distribution to install", "proposals": [ "ms", "open", "oracle", "tem" ], "type": "string" } }, "installsAfter": [ "ghcr.io/ebaskoro/devcontainer-features/sdkman", "ghcr.io/devcontainers/features/java" ] }