Closed
Description
From @swarnendubiswas on August 23, 2017 22:31
Environment data
VS Code version: 15.1
Python Extension version: 0.7.0
Python Version: 3.5.4
OS and version: CentOS 7
Actual behavior
Typing enter to go to a new line, causes the cursor to automatically move to the beginning of the line disrespecting the current indentation.
Expected behavior
Cursor should stay at the desired indentation.
Steps to reproduce:
- Hit enter from an indented code block.
Logs
Output from Python
output panel
Output from Console window
(Help->Developer Tools menu)
Copied from original issue: DonJayamanne/pythonVSCode#1177