Cursor placed at 0th column is indented towards right after hitting enter (even after inserting multiple newlines with no indents) #6953
Labels
bug
Issue identified by VS Code Team member as probable bug
Uh oh!
There was an error while loading. Please reload this page.
Environment data
Version: 1.36.1 (user setup)
Commit: 2213894ea0415ee8c85c5eea0d0ff81ecc191529
Date: 2019-07-08T22:59:35.033Z
Electron: 4.2.5
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.14393
Expected behaviour
def set_status(self, value):
pass
<---- initially cursor is here; Hit Enter
<---- cursor is here; Hit another Enter
<---- cursor is still here
Actual behaviour
def set_status(self, value):
pass
<---- initially cursor is here; Hit Enter
<---- cursor is indented; (Not Expected); Hit backspace to go to 0th column followed by Enter
<---- cursor is back here (Not Expected)
The text was updated successfully, but these errors were encountered: