File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ async def request_code_actions(
850850 diagnostics : list [Diagnostic ],
851851 kinds : list [str | CodeActionKind ] | None = ...,
852852 trigger_kind : CodeActionTriggerKind = ...
853- ) -> list [Command | CodeAction ] | Error | None :
853+ ) -> list [Command | CodeAction ] | None :
854854 ...
855855
856856 def do_code_lenses_async (self , view : sublime .View ) -> None :
Original file line number Diff line number Diff line change @@ -1045,7 +1045,7 @@ async def request_code_actions(
10451045 diagnostics : list [Diagnostic ],
10461046 kinds : list [str | CodeActionKind ] | None = None ,
10471047 trigger_kind : CodeActionTriggerKind = CodeActionTriggerKind .Automatic
1048- ) -> list [Command | CodeAction ] | Error | None :
1048+ ) -> list [Command | CodeAction ] | None :
10491049 context : CodeActionContext = {
10501050 'diagnostics' : diagnostics ,
10511051 'triggerKind' : trigger_kind
You can’t perform that action at this time.
0 commit comments