Skip to content

Commit 9967f1d

Browse files
committed
Remove commented-out lines
1 parent 595038e commit 9967f1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vs/workbench/contrib/chat/browser/chatMessageUrlHandler.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ import { Disposable } from '../../../../base/common/lifecycle.js';
1111
import { IViewsService } from '../../../services/views/common/viewsService.js';
1212
import { showChatView } from './chat.js';
1313
import { ChatModeKind } from '../common/constants.js';
14-
// import { IChatModeService } from '../common/chatModes.js';
1514
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';
1815
import { IDialogService } from '../../../../platform/dialogs/common/dialogs.js';
1916
import { INotificationService } from '../../../../platform/notification/common/notification.js';
2017
import { localize } from '../../../../nls.js';
@@ -34,9 +31,7 @@ export class ChatMessageUrlHandler extends Disposable implements IWorkbenchContr
3431
@ICommandService private readonly commandService: ICommandService,
3532
@IWorkspaceTrustRequestService private readonly workspaceTrustRequestService: IWorkspaceTrustRequestService,
3633
@IViewsService private readonly viewsService: IViewsService,
37-
// @IChatModeService private readonly chatModeService: IChatModeService,
3834
@ILogService private readonly logService: ILogService,
39-
// @IHostService private readonly hostService: IHostService,
4035
@IDialogService private readonly dialogService: IDialogService,
4136
@INotificationService private readonly notificationService: INotificationService,
4237
) {

0 commit comments

Comments
 (0)