mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Fix TS 3.5 compile errors
Fixing errors related to https://github.com/microsoft/TypeScript/issues/31380
This commit is contained in:
@@ -582,7 +582,7 @@ export class SideBySideEditorInput extends EditorInput {
|
||||
return this.master.revert();
|
||||
}
|
||||
|
||||
getTelemetryDescriptor(): object {
|
||||
getTelemetryDescriptor(): { [key: string]: unknown } {
|
||||
const descriptor = this.master.getTelemetryDescriptor();
|
||||
|
||||
return assign(descriptor, super.getTelemetryDescriptor());
|
||||
|
||||
Reference in New Issue
Block a user