You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The projectid property on event typescript/projectinfo has been suppressed because it contains weakly-hashed (MD5) customer content (a file path). If we want to regain this functionality (project identification), we will need to introduce a new property (because we have to continue to suppress telemetry from old clients) containing a strongly-hashed (SHA256) value.
The
projectid
property on eventtypescript/projectinfo
has been suppressed because it contains weakly-hashed (MD5) customer content (a file path). If we want to regain this functionality (project identification), we will need to introduce a new property (because we have to continue to suppress telemetry from old clients) containing a strongly-hashed (SHA256) value.Note that the actual code change might be in https://github.com/Microsoft/vscode, since that's where our extension lives.
The text was updated successfully, but these errors were encountered: