Open danieltomasz opened 6 years ago
When Ipython console open "Run selection/line in python console" execute only first line of selection.
VS Code version: Version 1.19.3 Jupyter Extension version:1.1.1 Python extension: 2018.0.1beta OS and version: Ubuntu 16.04 LTS
"Run selection/line in python console" on code chunk insert and run only first line of selection in ipython console
It should select and run all of the lines of selection.
Please could you provide some sample code
When Ipython console open "Run selection/line in python console" execute only first line of selection.
Environment data
VS Code version: Version 1.19.3 Jupyter Extension version:1.1.1 Python extension: 2018.0.1beta OS and version: Ubuntu 16.04 LTS
Actual behavior
"Run selection/line in python console" on code chunk insert and run only first line of selection in ipython console
Expected behavior
It should select and run all of the lines of selection.
Steps to reproduce: