Repro is to just type a git subcommand quickly (initial wait is the addon loading):

Maybe related to the cancelation token not be canceled here from a recent change:
|
hideSuggestWidget(): void { |
|
this._currentPromptInputState = undefined; |
|
this._leadingLineContent = undefined; |
|
this._suggestWidget?.hide(); |
|
} |
We likely need to listen for PromptInputModel.onDidFinishInput and cancel at that point instead.