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

Allow users to access native REPL via command palette #23727

Closed
anthonykim1 opened this issue Jul 1, 2024 · 0 comments · Fixed by #23912
Closed

Allow users to access native REPL via command palette #23727

anthonykim1 opened this issue Jul 1, 2024 · 0 comments · Fixed by #23912
Assignees
Labels
area-repl feature-request Request for new features or functionality

Comments

@anthonykim1
Copy link

Allow users to access trigger of the native REPL via command palette (accessible via command+shift+p or control+shift+p).
Same way users are able to trigger "Python: Run Terminal REPL", there should be way for user to trigger native REPL without having to shift+enter

@anthonykim1 anthonykim1 added the feature-request Request for new features or functionality label Jul 1, 2024
@anthonykim1 anthonykim1 self-assigned this Jul 1, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jul 1, 2024
@anthonykim1 anthonykim1 added area-repl and removed triage-needed Needs assignment to the proper sub-team labels Jul 1, 2024
anthonykim1 added a commit that referenced this issue Aug 7, 2024
Resolves: #23727 

Allow users to launch Native REPL via command palette.

Will also be handling
#23821 in this PR. --
setting proper workspace directory.
Related: #23656 

Covering scenarios:
- Provide selection option if user is in multi-workspace scenario
(already included in PR)
- Automatically pick workspace as directory for context of REPL if user
is in single-workspace scenario (already included in PR)
- Handle case where user does not open any workspace and attempt to
launch native REPL from plain/empty VS Code instance via command palette
option (already included in PR)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-repl feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant