TylerLeonhardt / vscode-pester-test-adapter

MIT License
33 stars 13 forks source link

File level should maybe just be file name instead of full path #4

Closed TylerLeonhardt closed 4 years ago

TylerLeonhardt commented 4 years ago

image

That file path getting cut off is not ideal... maybe the file name could be the label and the full file path can be the id.

This means that we need to change the logic of the tree traversal to check the id in addition to the label... but maybe that's fine.

TylerLeonhardt commented 4 years ago

Fixed.