MichaelS
MichaelS

Reputation: 7103

VS 2012 Task list doesn't work in Typescript

Is there a way to make the task list to work in Typescript projects?

It doesn't recognize any "TODO" comments. Only user tasks can be created.

Update:

I've raised a bug on the Codeplex site.

Upvotes: 1

Views: 520

Answers (2)

yrtimiD
yrtimiD

Reputation: 555

Update for the Codeplex bug opened by MichaelS: Bug was moved to GitHub: Task List tokens are not honored #1942 and was fixed only for Visual Studio 2015. Additionally, developers don't have plans to integrate this into any earlier VS version.

Upvotes: 2

Fenton
Fenton

Reputation: 250972

Your best bet would be to raise a bug on the Codeplex site so the TypeScript team can allocate it to a developer and a release.

http://typescript.codeplex.com/

Upvotes: 0

Related Questions