forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 when python
terminal REPL is used
#23740
Labels
area-repl
area-terminal
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
github-actions
bot
added
the
triage-needed
Needs assignment to the proper sub-team
label
Jul 3, 2024
Will attempt to use:
from https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts |
anthonykim1
added
area-repl
area-terminal
and removed
triage-needed
Needs assignment to the proper sub-team
labels
Jul 8, 2024
44 tasks
anthonykim1
added a commit
that referenced
this issue
Aug 13, 2024
Resolves: #23740 Also organize Telemetry for Terminal REPL vs. Native REPL. Now we can sort them out with new attribute 'replType' on the REPL Event. With this PR: - (EventName.REPL, { replType: 'Terminal' }) for when people launch Terminal REPL via Command Palette, Manually type Python in terminal (tried to account for all Python cases that will trigger REPL). - (EventName.REPL, { replType: 'Native' }) for when people launch Native REPL via Command Palette. --------- Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
anthonykim1
added a commit
that referenced
this issue
Aug 13, 2024
Related to #23740 In addition to : #23941 Fire telemetry for when REPL is launched via shift+enter. /cc @cwebster-99
anthonykim1
added a commit
that referenced
this issue
Aug 26, 2024
anthonykim1
added a commit
to anthonykim1/vscode-python
that referenced
this issue
Sep 13, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-repl
area-terminal
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Use Shell Integration to detect when python terminal REPL is used.
The text was updated successfully, but these errors were encountered: