forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-terminaldebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on
Description
We may be over counting REPL user since any time 'python' is seen in terminal, we count them as REPL user.
We should rather separate the script users who run, for example: python my_file.py from the actual 'python' repl in terminal users.
Action items:
- Basically adding script field somewhere in execution type in order to separate script execution users from repl launch telemetry.
/cc @cwebster-99
cwebster-99
Metadata
Metadata
Assignees
Labels
area-terminaldebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on