Disabling task list features in VS 2005 Beta 1

  • Thread starter Thread starter Quimbly
  • Start date Start date
Q

Quimbly

I'm trying to figure out how to disable the comment headers
(TODO:, HACK:, UNDONE:, etc.) from being automatically
processed by VS 2005 Beta 1. Having these in my source
code files is causing VS to crash.

Any ideas?
 
Quimbly said:
I'm trying to figure out how to disable the comment headers
(TODO:, HACK:, UNDONE:, etc.) from being automatically
processed by VS 2005 Beta 1. Having these in my source
code files is causing VS to crash.

Tools->Options->Environment->TaskList

You can delete everything but TODO fromthere.

If you haven't already done so, move up to the newest CTP you have access
to. Chances are your bug is fixed in the December CTP(or the Feburary CTP if
you have access to it).
 
Back
Top