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
With NTVS 1.2, we would like to understand if user ever switch from the default ES6 IntelliSense mode back to ES5 IntelliSense. We really want to move users off of ES5 IntelliSense as much as possible, and having this data would help us identify potential issues that are keeping users on ES5 and help us plan out the longer term removal of the ES5 IntelliSense option.
The text was updated successfully, but these errors were encountered:
Bug
We would like to understand what IntelliSense level users are on and when they change IntelliSense levels. This will help us identify adoption of the ES6 analyzer as well as any potential issues keeping people on the old analyzer. It also helps us plan the phase out of the old analyzer
Fix
Adds two telemetry points:
* IntelliSenseLevelChanged - General, IntelliSense level has changed event. Sent when user changes the level through the options.
* IntelliSenseActivatedForProject - Logged for each project when the project is first loaded or when the intellisense level is changed.
Closesmicrosoft#1096
With NTVS 1.2, we would like to understand if user ever switch from the default ES6 IntelliSense mode back to ES5 IntelliSense. We really want to move users off of ES5 IntelliSense as much as possible, and having this data would help us identify potential issues that are keeping users on ES5 and help us plan out the longer term removal of the ES5 IntelliSense option.
The text was updated successfully, but these errors were encountered: