Implements inline edit rejection command support (#232472)

* Implements inline edit rejection command support

* updates monaco.d.ts
This commit is contained in:
Henning Dieterichs
2024-10-29 12:11:31 +01:00
committed by GitHub
parent 4417a7b12f
commit 4d312be7e6
7 changed files with 34 additions and 20 deletions

View File

@@ -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();