File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/vs/workbench/contrib/chat/browser/chatSetup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -592,10 +592,10 @@ export class ChatSetupContribution extends Disposable implements IWorkbenchContr
592592
593593class ChatSetupExtensionUrlHandler implements IExtensionUrlHandlerOverride {
594594 constructor (
595- private readonly productService : IProductService ,
596- private readonly commandService : ICommandService ,
597- private readonly telemetryService : ITelemetryService ,
598- private readonly chatModeService : IChatModeService ,
595+ @ IProductService private readonly productService : IProductService ,
596+ @ ICommandService private readonly commandService : ICommandService ,
597+ @ ITelemetryService private readonly telemetryService : ITelemetryService ,
598+ @ IChatModeService private readonly chatModeService : IChatModeService ,
599599 ) { }
600600
601601 canHandleURL ( url : URI ) : boolean {
You can’t perform that action at this time.
0 commit comments