Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Oct 20, 2022
1 parent 2fdae24 commit 1899843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare module 'vscode' {
* @param provider The provider that provides the quick fixes.
* @return Disposable that unregisters the provider.
*/
export function registerTerminalLinkProvider(provider: TerminalLinkProvider): Disposable;
export function registerTerminalQuickFixProvider(provider: TerminalQuickFixProvider): Disposable;

/**
* A provider for terminal quick fixes.
Expand Down

0 comments on commit 1899843

Please sign in to comment.