Skip to content

Commit 8fd7e96

Browse files
committed
Fixes #55: Missing initializationOptions in InitializeParams
1 parent 29f6ab5 commit 8fd7e96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

protocol.md

+5
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,11 @@ interface InitializeParams {
445445
*/
446446
rootPath: string;
447447

448+
/**
449+
* User provided initialization options.
450+
*/
451+
initializationOptions?: any;
452+
448453
/**
449454
* The capabilities provided by the client (editor)
450455
*/

0 commit comments

Comments
 (0)