-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add analytics to understand user-based configurations #6980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@filiptronicek, @jeanp413, @akosyakov, @corneliusludmann do you have thoughts you can add here? How possible are the above data points to gather? Are there any solutions I'm overlooking? |
Maybe we can instrument OpenVSX proxy instead to analyze query requests? The thing is that OpenVSX is not complete, i.e. we have extensions in the service account which are still not published because of build failure, but they are popular in MS marketplace like |
Sounds like #5601. |
From vscode telemetry:
|
closing and moving into awaiting deployment since it is not in stable yer |
This ticket is to track the configurations a user might make to their own editor when they get set up. This is interesting as we'll be able to see:
User settings (settings.json)
This covers things like: fonts, themes, etc.
Extensions
Currently, we're able to see the delta between Open VSX extensions and the MS marketplace extensions. To better prioritise our efforts around stabilising the publishing of VS Code plugins, we need better analytics / data on which extensions Gitpod users are requesting, and how frequently these extensions are failing / not available.
Some suggestions on where we could gather this data from:
.gitpod.yml
that reference an extension that is not supported (this might duplicate with bullet 1)The text was updated successfully, but these errors were encountered: