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

Prompt for Native REPL when user types python in terminal #24270

Open
cwebster-99 opened this issue Oct 8, 2024 · 1 comment · May be fixed by #24477
Open

Prompt for Native REPL when user types python in terminal #24270

cwebster-99 opened this issue Oct 8, 2024 · 1 comment · May be fixed by #24477
Assignees
Labels
area-repl area-terminal debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@cwebster-99
Copy link
Member

As we are experimenting with the Native REPL, we are re-routing all Run in Terminal REPL commands and entry points to the Native REPL except for when a user explicitly types python in the terminal repl to launch a repl instance.

We might consider adding a prompt for when a user does this to try the Native REPL at some cadence (once per session, after typing their 3,4,5th time typing python, once per user, etc.) to try to drive traffic to the Native REPL

@cwebster-99 cwebster-99 added the feature-request Request for new features or functionality label Oct 8, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 8, 2024
@anthonykim1 anthonykim1 added this to the November 2024 milestone Nov 1, 2024
@Tyriar
Copy link
Member

Tyriar commented Nov 4, 2024

Consider using a quick fix for this instead of an annoying notification. Engagement would be less, but it would be far less annoying to the users that would prefer the terminal.

@anthonykim1 anthonykim1 added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-repl area-terminal and removed feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team labels Nov 22, 2024
@anthonykim1 anthonykim1 linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl area-terminal debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants