It doesn't seem like the errors message space is being rendered, I have attached an example of what the text displayed looks like and what's it supposed to be
Using
format = function(diagnostic)
return diagnostic.message:gsub(" ", "_")
end,
from #42 does render the space but it also make the message hard to read in some cases. Below is what it looks like
Is there a way to color the substituted text differently maybe?
It doesn't seem like the errors message space is being rendered, I have attached an example of what the text displayed looks like and what's it supposed to be
Using
from #42 does render the space but it also make the message hard to read in some cases. Below is what it looks like
Is there a way to color the substituted text differently maybe?