Derivitec / vscode-dotnet-adapter

MIT License
7 stars 8 forks source link

Code lens data #3

Closed m17kea closed 4 years ago

m17kea commented 4 years ago

During test discovery add a lazy load process that adds file names and line numbers to all test suites once the initial load has completed.

https://stackoverflow.com/questions/52883725/programmatically-get-list-of-all-symbols-in-vs-code-workspace-for-custom-extensi

andrewbridge commented 4 years ago

Fixed by 59e32a0