Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor placed at 0th column is indented towards right after hitting enter (even after inserting multiple newlines with no indents) #6953

Closed
ashutshkumr opened this issue Aug 13, 2019 · 3 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@ashutshkumr
Copy link

ashutshkumr commented Aug 13, 2019

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

  • python.jediEnabled=true
  • Extension version (available under the Extensions sidebar): 2019.8.29288 (6 August 2019)
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.3
  • Type of virtual environment used: virtualenv

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)

@ashutshkumr ashutshkumr added triage-needed Needs assignment to the proper sub-team bug Issue identified by VS Code Team member as probable bug labels Aug 13, 2019
@ashutshkumr ashutshkumr changed the title Cursor placed at 0th column is intended towards right after hitting enter (even after inserting multiple newlines with no indents) Cursor placed at 0th column is indented towards right after hitting enter (even after inserting multiple newlines with no indents) Aug 13, 2019
@michaelkolber
Copy link

Seems like the same issue as #6886

@jkyeung
Copy link

jkyeung commented Aug 13, 2019

Seems like the same issue as #6886

@michaelkolber - It absolutely is.

@DonJayamanne
Copy link

Duplicate of #6886

@DonJayamanne DonJayamanne marked this as a duplicate of #6886 Aug 13, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Aug 13, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

4 participants