You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Java language support for Lumide IDE via Eclipse JDT Language Server.'
entry_point: 'bin/main.dart'
activation_events:
- 'workspaceContains:pom.xml'
- 'workspaceContains:build.gradle'
- 'workspaceContains:build.gradle.kts'
- 'workspaceContains:*.java'
- 'onLanguage:java'
permissions:
- shell:
- java
- sh
- uname
- mkdir
- rm
- network:
- api.github.com
- download.eclipse.org
- www.eclipse.org
configuration:
- key: java-lsp.javaHome
type: filePath
title: 'Java Home Directory'
description: 'Path to the JDK home directory. If left empty, defaults to the JAVA_HOME environment variable or auto-detects the installed JDK from PATH.'