FalsePattern
FalsePattern
Alternatively, as a workaround to the packet crash, disable `extendPotion` in endlessids.cfg
Fixed in 1.6.6
Debugging single-file tests is already supported. 
If you mean debugging tests launched using `zig build test`, it is unfortunately too complicated for me to implement for the foreseeable future, but I'm open for contributions.
The main issue comes from the fact that inspecting task outputs for finding test binaries requires a custom build runner, at that would be a large maintenance burden. In the...
Only works for single-executable tests though, so if you have multiple `b.addTest(...)` tests, you need to set up an install step + intellij run config for each
@aohanhongzhi scroll up, there's a tutorial on how to modify your build.zig to support debugging tests
Fixed in 1.6.9
Fixed in latest releases
Disable extendDataWatcher in the config