We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aab126 commit 46c256bCopy full SHA for 46c256b
packages/core/src/shared/utilities/messages.ts
@@ -200,7 +200,8 @@ export async function showReauthenticateMessage({
200
}
201
202
await telemetry.toolkit_showNotification.run(async () => {
203
- telemetry.record({ id: suppressId, source })
+ // TODO: verify is this is correct component.
204
+ telemetry.record({ id: suppressId, source, component: 'hover' })
205
await vscode.window.showInformationMessage(message, connect, localizedText.dontShow).then(async (resp) => {
206
await telemetry.toolkit_invokeAction.run(async () => {
207
telemetry.record({ id: suppressId, source })
0 commit comments