Reputation: 2121
What is the white diagonal arrow (red-circled on the picture below) placed in usually a column for breakpoint?
What is it and how to get rid of it?
I think I accidentally pressed a key combination but don't remember what it is.
Thank you
Upvotes: 3
Views: 346
Reputation: 76577
This is a Task List short-cut.
These can be edited through the Edit > Book Marks > Add/Remove Task List Shortcut menu item within Visual Studio. You should be able to manually remove them via the Menu option or by simply using the CTRL+K,H
short-cut.
If you want to actually take advantage of them, you can view all of your current Tasks via View > Task List or by using the CTRL+W,T
short-cut.
Upvotes: 2
Reputation: 77896
That's Task List ShortCut
to get rid of it try Edit -> BookMark -> Remove TaskList ShortCut
. See How to: Use Task List Shortcuts
Upvotes: 2