-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-columnselectEditor column selection issuesEditor column selection issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.33.1
- OS Version: Windows 10
Steps to Reproduce:
- In a CSS file where multiple RGBA square box can appear on the left of a rgba(1,1,1,1) or even a hex color like #ffffff.
- Make a multicursor selection by pressing mouse left click + Shift + Alt
- Have multiple color square box in the same line. (more make it easier to spot)
- just try to move the cursor and farther they are in the line with color box, the cursor are following less the mouse.
Gif to represent it :

I was taking fun to edit vscode css to get my own personalize editor theme as I discover the Custom CSS and JS loader extension. So I slowly edit the CSS file and I try to make animation through linear-gradient. Bad Idea as there is no transition between each animation, but when I try to make multicursor edit, I found out that the cursor wasn't spawing where I was clicking but a bit on the right of where I click so I test it out and found out those box break where my selection should end and my mouse is.
Does this issue occur when all extensions are disabled?: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-columnselectEditor column selection issuesEditor column selection issuesverifiedVerification succeededVerification succeeded