Skip to content

Commit c0401a1

Browse files
committed
docs
1 parent d97aa72 commit c0401a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ interface InitializeParams {
136136
* process is not alive then the server should exit (see exit notification)
137137
* its process.
138138
*/
139-
processId: integer | null;
139+
processId?: integer | null;
140140

141141
/**
142142
* Information about the client

0 commit comments

Comments
 (0)