mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Fix telemetry event name (#248569)
* Fix telemetry event name * fix more
This commit is contained in:
committed by
GitHub
parent
85835f571c
commit
846dae676c
@@ -182,7 +182,7 @@ export class AzureActiveDirectoryService {
|
||||
|
||||
for (const token of this._tokens) {
|
||||
/* __GDPR__
|
||||
"login" : {
|
||||
"account" : {
|
||||
"owner": "TylerLeonhardt",
|
||||
"comment": "Used to determine the usage of the Microsoft Auth Provider.",
|
||||
"scopes": { "classification": "PublicNonPersonalData", "purpose": "FeatureInsight", "comment": "Used to determine what scope combinations are being requested." },
|
||||
|
||||
Reference in New Issue
Block a user