5

I'm in Visual Studio 2008 editor and I somehow managed to place an icon in the debug column that I have no earthly idea what it is or how to remove it?

enter image description here

Rod
  • 14,529
  • 31
  • 118
  • 230

2 Answers2

5

This is a task list shortcut that are added by going (Edit -> Bookmarks -> Add Task List Shortcut). Remove it by going to line the arrow is on and going (Edit -> Bookmarks -> Remove Task List Shortcut). That should be all that needs to be done.

Chris Knight
  • 1,448
  • 1
  • 15
  • 21
  • 1
    +1 After using VS for so long I just came to know, it has task list, thanks – HatSoft Aug 02 '12 at 20:52
  • 1
    You can also use Ctrl+K, Ctrl+H to toggle it (maybe you pressed that). If you want to see shortcuts, open the Task List, and select "Shortcuts" from the drop-down at the top left. – Peter Ritchie Aug 02 '12 at 21:00
3

This icon is task linked to this place. Ctrl W + T will show all tasks. Remove that task shortcut.

Ankush
  • 2,454
  • 2
  • 21
  • 27