microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
158.92k stars 27.79k forks source link

execution commands for contributed REPLs #212051

Open amunger opened 1 week ago

amunger commented 1 week ago

shift+enter should execute the input box code as it does in jupyter IWs. consider how to switch between enter vs shift+enter

anthonykim1 commented 1 week ago

Also discussed today the need to figure out shift+enter and enter behavior when both Python extension and Jupyter extension are installed. Should be configurable, not sure what are exactly needed to make this happen though.

anthonykim1 commented 5 days ago

Need: https://github.com/microsoft/vscode/issues/212427 to properly handle executing on enter and thus allowing Python extension to figure out whether something is a complete or incomplete Python command.