Skip to content

Commit 0a939a4

Browse files
committed
make optional uint optional
1 parent cb7552f commit 0a939a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ type SignatureInformation =
28662866

28672867
/// The index of the active parameter.
28682868
/// If provided, this is used in place of `SignatureHelp.activeParameter`.
2869-
ActiveParameter: uint }
2869+
ActiveParameter: uint option }
28702870

28712871
/// Signature help represents the signature of something
28722872
/// callable. There can be multiple signature but only one

0 commit comments

Comments
 (0)