File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ interface IStaticExtension {
2929 isBuiltin ?: boolean ;
3030}
3131
32- interface ICommontTelemetryPropertiesResolver {
32+ interface ICommonTelemetryPropertiesResolver {
3333 ( ) : { [ key : string ] : any } ;
3434}
3535
@@ -278,7 +278,7 @@ interface IWorkbenchConstructionOptions {
278278 /**
279279 * Support adding additional properties to telemetry.
280280 */
281- readonly resolveCommonTelemetryProperties ?: ICommontTelemetryPropertiesResolver ;
281+ readonly resolveCommonTelemetryProperties ?: ICommonTelemetryPropertiesResolver ;
282282
283283 /**
284284 * A set of optional commands that should be registered with the commands
@@ -436,7 +436,7 @@ export {
436436 IUpdate ,
437437
438438 // Telemetry
439- ICommontTelemetryPropertiesResolver ,
439+ ICommonTelemetryPropertiesResolver ,
440440
441441 // External Uris
442442 IExternalUriResolver ,
You can’t perform that action at this time.
0 commit comments