Add telemetry for manual copying from interactive session codeblocks (#177513)

This commit is contained in:
Rob Lourens
2023-03-17 15:23:28 -05:00
committed by GitHub
parent 2d33418aeb
commit 7f040c2c37
8 changed files with 84 additions and 5 deletions

View File

@@ -1454,7 +1454,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TelemetryTrustedValue: TelemetryTrustedValue,
LogLevel: LogLevel,
EditSessionIdentityMatch: EditSessionIdentityMatch,
InteractiveSessionVoteDirection: extHostTypes.InteractiveSessionVoteDirection
InteractiveSessionVoteDirection: extHostTypes.InteractiveSessionVoteDirection,
InteractiveSessionCopyKind: extHostTypes.InteractiveSessionCopyKind,
};
};
}