I wanted to use IPython interactive in VSC (not using a notebook). By using a keybiding for workbench.action.terminal.runSelectedText, I can successfully execute a selection to a python interactive shell, but with iPython it fails to run the cell and I have to change selection to the terminal and press enter.
Here's my keybidings.json file:
[ {"key": "ctrl+enter","command": "workbench.action.terminal.runSelectedText" }]
Any help to solve this is much appreciated! Ideally, a keybinding configuration that includes an extra enter.