You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: