From @dalyIsaac on August 12, 2017 0:45
Environment data
VS Code version: 1.15.0
Python Extension version: 0.7.0
Python Version: 3.6.1
OS and version: Windows 10 (OS Build 16257.1) Pro
Actual behavior
After selecting an area of code and the option to "Run selection/line in Python terminal", code is copied into the terminal, but not from the start of the selection.

Repeatedly trying to "Run selection/line in Python terminal", after closing the terminal each time results in the code copied into the terminal starting at different points each time.

Expected behavior
All the code is copied into the Python terminal
Steps to reproduce:
- Select some code
- Right click
- Click "Run selection/line in Python terminal"
Logs
Output from Python output panel
N/A
Output from Console window (Help->Developer Tools menu)
N/A
Copied from original issue: DonJayamanne/pythonVSCode#1163