chore - cleanup (#238118)

This commit is contained in:
Johannes Rieken
2025-01-17 12:10:00 +01:00
committed by GitHub
parent 71b1efb5f3
commit a0af0335c8
3 changed files with 1 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ import { Range } from '../../../../editor/common/core/range.js';
import { ScrollType } from '../../../../editor/common/editorCommon.js';
import { IOptions, ZoneWidget } from '../../../../editor/contrib/zoneWidget/browser/zoneWidget.js';
import { localize } from '../../../../nls.js';
import { IConfigurationService } from '../../../../platform/configuration/common/configuration.js';
import { IContextKey, IContextKeyService } from '../../../../platform/contextkey/common/contextkey.js';
import { IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';
import { ILogService } from '../../../../platform/log/common/log.js';
@@ -52,7 +51,6 @@ export class InlineChatZoneWidget extends ZoneWidget {
@IInstantiationService private readonly _instaService: IInstantiationService,
@ILogService private _logService: ILogService,
@IContextKeyService contextKeyService: IContextKeyService,
@IConfigurationService configurationService: IConfigurationService,
) {
super(editor, InlineChatZoneWidget._options);