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

Multiple-cursors are not visible on first column #10993

Closed
kumarharsh opened this issue Aug 26, 2016 · 1 comment
Closed

Multiple-cursors are not visible on first column #10993

kumarharsh opened this issue Aug 26, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@kumarharsh
Copy link
Contributor

  • VSCode Version: 1.5.0-insider 2f2d65
  • OS Version: Windows 10

Steps to Reproduce:

  1. select multiple lines using multiple cursors, or break a multi-line selection into multiple cursors.
  2. press HOME to move all cursors to first column
  3. Only the first cursor shows up, that too partly covered by the gutter.

Additional details:

Theme: Dark+

{
  "editor.cursorBlinking": "phase",
  "editor.fontFamily": "Consolas, 'Courier New', monospace",
  "editor.fontSize": 14,
  "window.zoomLevel": -1
}
@alexdima
Copy link
Member

@kumarharsh This is caused by window.zoomLevel. My personal recommendation is to not use that. Please see #9634. You can also upvote #10605

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 26, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants