mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
More adoption of @extHostNamedCustomer
This commit is contained in:
@@ -225,9 +225,9 @@ export class SaveParticipant implements ISaveParticipant {
|
||||
private _saveParticipants: INamedSaveParticpant[];
|
||||
|
||||
constructor(
|
||||
@IThreadService threadService: IThreadService,
|
||||
@ITelemetryService private _telemetryService: ITelemetryService,
|
||||
@IInstantiationService instantiationService: IInstantiationService,
|
||||
@IThreadService threadService: IThreadService
|
||||
@IInstantiationService instantiationService: IInstantiationService
|
||||
) {
|
||||
|
||||
this._saveParticipants = [
|
||||
|
||||
Reference in New Issue
Block a user