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

Add config parameter to disable collapsible cursors (#37967) #38175

Merged
merged 5 commits into from
Apr 6, 2018
Merged

Add config parameter to disable collapsible cursors (#37967) #38175

merged 5 commits into from
Apr 6, 2018

Conversation

KarelCasier
Copy link
Contributor

Fix to issue: #37967

Initial Behaviour:
initial_behaviour

Disable collapsible cursors in user settings:

{
    "editor.multiCursorCollapsible": false
}

New Behaviour:
new_behaviour

@msftclas
Copy link

msftclas commented Nov 13, 2017

CLA assistant check
All CLA requirements met.

@alexdima alexdima added this to the November 2017 milestone Nov 13, 2017
@alexdima alexdima modified the milestones: November 2017, December 2017 Dec 8, 2017
@alexdima alexdima modified the milestones: January 2018, February 2018 Feb 2, 2018
@bpasero bpasero modified the milestones: February 2018, March 2018 Mar 8, 2018
@bpasero bpasero modified the milestones: March 2018, April 2018 Apr 6, 2018
@alexdima
Copy link
Member

alexdima commented Apr 6, 2018

Thank you for your contribution!

@alexdima alexdima merged commit ced0b88 into microsoft:master Apr 6, 2018
@brunoscopelliti
Copy link

Hey @alexandrudima ,
I'm happy to see this is moving, anyway I seem not to be able to set "editor.multiCursorCollapsible": false. When I try, I get the Unknown configuration settings warning.
Also when I search between the available settings, I get no results for multiCursorCollapsible.

I've just updated vscode to version 1.22.1.
Any thoughts?

@KarelCasier
Copy link
Contributor Author

Looks like it was renamed: editor.multiCursorMergeOverlapping (which is a much better name 👍)

@brunoscopelliti
Copy link

I get the Unknown configuration settings warning also for editor.multiCursorMergeOverlapping.

@alexdima
Copy link
Member

alexdima commented Apr 9, 2018

@brunoscopelliti You need an insiders build which contains the change. Changes pushed on Friday make their way only to the Monday insiders build (i.e. we don't publish insiders builds on the weekend). There is a build from 4 hrs ago (4971d88) which should contain this change.

@brunoscopelliti
Copy link

@alexandrudima Thanks for the clarification.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants