Closed
Description
openedon Jul 16, 2018
Environment data
- VS Code version: 1.25.1
- Extension version (available under the Extensions sidebar): 2018.7.0-beta
- OS and version: macOS High Sierra
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
- Relevant/affected Python packages and their versions: NA
Actual behavior
If the last line of code was indented, and you select multiple lines and press shift+enter, the indentation is left hanging in the console, even if you select a blank line/multiple blank lines to send
Expected behavior
If blank lines are selected, send them to the console so that the code runs without having to click in the console and press enter
Steps to reproduce:
Select code in an indented block, as shown above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment