Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit bc1acda

Browse files
Winston LiuWinston Liu
authored andcommitted
📝
1 parent 6333c12 commit bc1acda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class JavaLanguageClient extends AutoLanguageClient {
2121
getGrammarScopes () { return [ 'source.java' ] }
2222
getLanguageName () { return 'Java' }
2323
getServerName () { return 'Eclipse JDT' }
24+
// List of preferences available at:
25+
// https://github.com/eclipse/eclipse.jdt.ls/blob/master/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/preferences/Preferences.java
2426
getRootConfigurationKey() { return 'ide-java.server' }
2527
mapConfigurationObject(configuration) { return {java: configuration} }
2628

0 commit comments

Comments
 (0)