Skip to content

Commit

Permalink
vscode: update typings for activeSignatureHelp (#12097)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratika-12 authored Jan 23, 2023
1 parent 339de2d commit fdac7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/theia.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7763,7 +7763,7 @@ export module '@theia/plugin' {
* The `activeSignatureHelp` has its [`SignatureHelp.activeSignature`] field updated based on
* the user arrowing through available signatures.
*/
readonly activeSignatureHelp?: SignatureHelp;
readonly activeSignatureHelp: SignatureHelp | undefined;
}

/**
Expand Down

0 comments on commit fdac7ea

Please sign in to comment.