@@ -11,10 +11,7 @@ import { Disposable } from '../../../../base/common/lifecycle.js';
11
11
import { IViewsService } from '../../../services/views/common/viewsService.js' ;
12
12
import { showChatView } from './chat.js' ;
13
13
import { ChatModeKind } from '../common/constants.js' ;
14
- // import { IChatModeService } from '../common/chatModes.js';
15
14
import { ILogService } from '../../../../platform/log/common/log.js' ;
16
- // import { IHostService } from '../../../services/host/browser/host.js';
17
- // import { mainWindow } from '../../../../base/browser/window.js';
18
15
import { IDialogService } from '../../../../platform/dialogs/common/dialogs.js' ;
19
16
import { INotificationService } from '../../../../platform/notification/common/notification.js' ;
20
17
import { localize } from '../../../../nls.js' ;
@@ -34,9 +31,7 @@ export class ChatMessageUrlHandler extends Disposable implements IWorkbenchContr
34
31
@ICommandService private readonly commandService : ICommandService ,
35
32
@IWorkspaceTrustRequestService private readonly workspaceTrustRequestService : IWorkspaceTrustRequestService ,
36
33
@IViewsService private readonly viewsService : IViewsService ,
37
- // @IChatModeService private readonly chatModeService: IChatModeService,
38
34
@ILogService private readonly logService : ILogService ,
39
- // @IHostService private readonly hostService: IHostService,
40
35
@IDialogService private readonly dialogService : IDialogService ,
41
36
@INotificationService private readonly notificationService : INotificationService ,
42
37
) {
0 commit comments