Skip to content
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

Add telemetry to see what percentage of users do not have Python 3 installed #1454

Closed
brettcannon opened this issue Apr 23, 2018 · 1 comment · Fixed by #1864
Closed

Add telemetry to see what percentage of users do not have Python 3 installed #1454

brettcannon opened this issue Apr 23, 2018 · 1 comment · Fixed by #1864
Assignees
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@brettcannon
Copy link
Member

As more Python code comes out that is Python 3-only this may start to become an important thing to know for running services within the extension like mypy and black which are Python 3-only but work on Python 2 code.

@brettcannon brettcannon added needs PR debt Covers everything internal: CI, testing, refactoring of the codebase, etc. labels Apr 23, 2018
@brettcannon brettcannon added this to the May 2018 milestone Apr 23, 2018
@brettcannon brettcannon modified the milestones: May 2018, June 2018 May 7, 2018
@brettcannon brettcannon modified the milestone: June 2018 Jun 4, 2018
@DonJayamanne
Copy link

@brettcannon
I'm capturing the following telemetry as well:

  • Version of python in workspace
  • Number of workspace folders (lets us know how many people are using multi-root setups).

Do let me know if this is unnecessary or if we need some other info.
FYI - The version info does not contain any PII, its built using sys.version_info and folder count, is a number

@lock lock bot locked as resolved and limited conversation to collaborators Jul 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants