Skip to content

Commit 53ad3a1

Browse files
committed
Add initializationOptions to InitializeParams
The `InitializeParams.initializationOptions` has just been added to the protocol: microsoft/language-server-protocol#55
1 parent 63ba665 commit 53ad3a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

io.typefox.lsapi/src/main/java/io/typefox/lsapi/InitializeParams.xtend

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ interface InitializeParams {
2828
@Nullable
2929
def String getRootPath()
3030

31+
/**
32+
* User provided initialization options.
33+
*/
34+
@Nullable
35+
def Object getInitializationOptions()
36+
3137
/**
3238
* The capabilities provided by the client (editor)
3339
*/

0 commit comments

Comments
 (0)