David Brouwer
David Brouwer
There are two small bugs I'm not sure how to resolve; 1. if a panic occurs and the goroutine number is 19, this artifact occurs 2. sometimes patterns get overwritten...
Yup. Config: ```lua local neotest_ns = vim.api.nvim_create_namespace("neotest") vim.diagnostic.config({ virtual_text = { format = function(diagnostic) local message = diagnostic.message:gsub("\n", " "):gsub("\t", " "):gsub("%s+", " "):gsub("^%s+", "") return message end, }, },...
I do see virtual text, but only icons. Could you make a screenshot with how it looks for you?  Some code to test; ```go func TestSuite(t *testing.T) { t.Run("TestOne",...
Hm strange. Thanks
Side note; I do see them with python, which I why I asked here 
I think a good way to begin solving this issue would be with `t.Run`. Any test can invoke a subtest like this, resulting in `TestSuite/Test{One,Two,Three}` ```go func TestSuite(t *testing.T) {...
Hm, I ran it on [this](https://sf16-secsdk.ttwstatic.com/obj/rc-web-sdk-gcs/webmssdk/1.0.0.460/webmssdk.js) file but it didn't work
I got a lot of those, any idea why? Script itself isn't broken
Ahh I see. Thanks for the info
Thanks a lot for the quick fix. If I now run it's not failing on the same thing, but I get a lot of `[-] Error in _evalInVm: ReferenceError: _0x5cbf7e...