I would love to be able to view my issues in vscode so that I can look at all the tech debt in my editor and go straight to the file with the issue instead of having to cross reference the browser. It seems all I can do is report new tech debt, but I want to see the existing tech debt too.
Example:
> Bookmarked Code
>> Create an Issue
>> Link Code to an existing issue
> View Issues
>> Issue 1
>>> file1.ts
>> Issue 2
>>> file2.ts
>>> file3.ts