mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Merge pull request #247263 from s-rigaud/fix-vscode-d-ts-typos
fix: vscode-dts typos
This commit is contained in:
@@ -256,7 +256,7 @@ declare module 'vscode' {
|
||||
|
||||
/**
|
||||
* Event that fires when a request is paused or unpaused.
|
||||
* Chat requests are initialy unpaused in the {@link requestHandler}.
|
||||
* Chat requests are initially unpaused in the {@link requestHandler}.
|
||||
*/
|
||||
onDidChangePauseState: Event<ChatParticipantPauseStateEvent>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user