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

Unindenting moves cursor to beginning of line #95591

Closed
mxmlnkn opened this issue Apr 18, 2020 · 4 comments
Closed

Unindenting moves cursor to beginning of line #95591

mxmlnkn opened this issue Apr 18, 2020 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@mxmlnkn
Copy link

mxmlnkn commented Apr 18, 2020

Issue Type: Bug

This is basically the same as demonstrated in #53748 I don't understand why it was closed. I run into this every minute or so and it's frustrating.

VS Code version: Code 1.44.2 (ff91584, 2020-04-16T17:50:03.709Z)
OS version: Linux x64 5.3.0-45-generic

@alexdima
Copy link
Member

@mxmlnkn

This does not reproduce for me:

Kapture 2020-04-24 at 23 26 51

@alexdima alexdima added the info-needed Issue requires more information from poster label Apr 24, 2020
@mxmlnkn
Copy link
Author

mxmlnkn commented Apr 25, 2020

I did a bisect on my settings and the bug only reproduces with the "editor.useTabStops": false line.
I disabled all extensions for this test.

@alexdima
Copy link
Member

alexdima commented Apr 27, 2020

Thank you, I can reproduce now with the following steps:

  • use "editor.useTabStops": false
  • have a file with the content:
    just
        some text
        
  • position cursor at the end of the second line (after the whitespace):
    image

  • press Shift + Tab

@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Apr 27, 2020
@alexdima alexdima added this to the April 2020 milestone Apr 27, 2020
@mxmlnkn
Copy link
Author

mxmlnkn commented Apr 27, 2020

Cool, that was fast. I hope it works. Thank you.

leilapearson pushed a commit to relmify/vscode that referenced this issue Apr 27, 2020
@Tyriar Tyriar added the verified Verification succeeded label Apr 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2020
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 verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants