mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Cleanup (#15321)
This commit is contained in:
@@ -64,9 +64,9 @@ export class ResourceEditorInput extends EditorInput {
|
||||
}
|
||||
}
|
||||
|
||||
public getTelemetryDescriptor(): any {
|
||||
public getTelemetryDescriptor(): { [key: string]: any; } {
|
||||
const descriptor = super.getTelemetryDescriptor();
|
||||
descriptor.resource = telemetryURIDescriptor(this.resource);
|
||||
descriptor['resource'] = telemetryURIDescriptor(this.resource);
|
||||
return descriptor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user