forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster
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
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster