File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/vs/workbench/contrib/inlineChat/browser Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import { ISingleEditOperation } from 'vs/editor/common/core/editOperation';
27
27
import { raceCancellation } from 'vs/base/common/async' ;
28
28
import { LineRangeMapping } from 'vs/editor/common/diff/rangeMapping' ;
29
29
import { IMarkdownString } from 'vs/base/common/htmlContent' ;
30
- import { IChatAccessibilityService } from 'vs/workbench/contrib/chat/browser/chat' ;
31
30
32
31
export type Recording = {
33
32
when : Date ;
@@ -408,7 +407,6 @@ export class InlineChatSessionService implements IInlineChatSessionService {
408
407
@IModelService private readonly _modelService : IModelService ,
409
408
@ITextModelService private readonly _textModelService : ITextModelService ,
410
409
@ILogService private readonly _logService : ILogService ,
411
- @IChatAccessibilityService private readonly _chatAccessibilityService : IChatAccessibilityService ,
412
410
) { }
413
411
414
412
dispose ( ) {
@@ -487,7 +485,7 @@ export class InlineChatSessionService implements IInlineChatSessionService {
487
485
}
488
486
489
487
releaseSession ( session : Session ) : void {
490
- this . _chatAccessibilityService . acceptResponse ( ) ;
488
+
491
489
const { editor } = session ;
492
490
493
491
// cleanup
You can’t perform that action at this time.
0 commit comments