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 native REPL launch from command palette #23912

Merged
merged 14 commits into from
Aug 7, 2024

Conversation

anthonykim1
Copy link

@anthonykim1 anthonykim1 commented Aug 5, 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)

@anthonykim1 anthonykim1 added feature-request Request for new features or functionality area-repl labels Aug 5, 2024
@anthonykim1 anthonykim1 added this to the August 2024 milestone Aug 5, 2024
@anthonykim1 anthonykim1 self-assigned this Aug 5, 2024
@anthonykim1 anthonykim1 changed the title Repl command palette Allow native REPL launch from command palette Aug 5, 2024
@anthonykim1 anthonykim1 marked this pull request as ready for review August 7, 2024 18:19
@anthonykim1 anthonykim1 merged commit e90b95d into microsoft:main Aug 7, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow users to access native REPL via command palette
3 participants