Reputation: 49
I have accidently changed selection pattern in my Visual Studio Code editor so that selection of code in file has been difficult when I want to copy and paste code. Want to reset selection to normal.
Upvotes: 0
Views: 706
Reputation: 2874
Go to File -> Preference -> Settings
and search for Column Selection
. You want that off if you want the default mouse selection. Also, tip: if you have it off, you can always hold down Shift + Alt
if you want that selection action.
Upvotes: 3