Tom Longhurst

Results 272 comments of Tom Longhurst

Is creating your own one still internal as well? I'm happy to use the tree node filter that you've built, as it looks like it'd handle most filters that users...

Sounds good. I'll happily try it if the team feels they can open it up..

Even if you don't want to open up your experimental filter yet, are you considering letting us write our own filters? Currently filters are new'd up inside the `ServerTestHost` so...

Haha yes you're right. TUnit. My project/assembly that is referencing testing platform is actually TUnit.Engine. Currently the testing platform work is on this branch: https://github.com/thomhurst/TUnit/tree/feature/microsoft-testing-platform-with-source-generator3

Anyone know how to get breakpoints to work properly in VSCode? Also got it jumping to random lines and inspecting variables says they don't exist in the current context.

Update on debugging in VSCode This worked for me in VSCode's `launch.json`. Weirdly variables are still saying undefined but it's hitting the right lines now. ``` { ... // other...

Been nearly a year and a half and not a single comment on this? I'm having the same issue and it makes fixing tests extremely difficult.

This worked for me in VSCode's `launch.json`. Weirdly variables are still saying undefined but it's hitting the right lines now. ``` { ... // other bits "sourceMapPathOverrides": { "webpack:/*": "${webRoot}/*",...

> We should be very careful adding new public APIs in this repo. The long term goal would be to leverage OpenTelemetry, so try to keep the changes here minimal,...