mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Implements inline edit rejection command support (#232472)
* Implements inline edit rejection command support * updates monaco.d.ts
This commit is contained in:
committed by
GitHub
parent
4417a7b12f
commit
4d312be7e6
@@ -403,7 +403,7 @@ export class InlineChatController implements IEditorContribution {
|
||||
assertType(this._strategy);
|
||||
|
||||
// hide/cancel inline completions when invoking IE
|
||||
InlineCompletionsController.get(this._editor)?.hide();
|
||||
InlineCompletionsController.get(this._editor)?.reject();
|
||||
|
||||
this._sessionStore.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user