mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
chore - cleanup (#238118)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user