PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Custom task list token in Visual Studio 2022 doesn't work for Python.

Open vsfeedback opened this issue 2 years ago • 0 comments

This issue has been moved from a ticket on Developer Community.


Hi Team,

I found that my custom task list tokens don't work in VS 2022 for Python(But it works in VS 2019).

Steps to reproduce:

  1. Open VS 2022, create a Python project.
  2. In Tools > Options > Environment > Task List > input a new name for example "Test1" > click Add to add this custom task list token.
  3. In .py file > input some comments for example "#Test1: this is a test" > save the project.
  4. Click View > Task List.
  5. In Task List window, the Test1 task list token doesn't appear.

You can test in C# projects, or in VS 2019 Python projects, they should work well.

If it's a potential issue, please fix it.

Thanks


Original Comments

Feedback Bot on 8/29/2022, 02:23 AM:

(private comment, text removed)


Original Solutions

(no solutions)

vsfeedback avatar Sep 07 '22 16:09 vsfeedback