The annotations do not show on mousehover
Author: williamdesCreated Apr 7, 2023Updated Dec 31, 2024
The code uses https://github.com/codemirror/codemirror5/pull/4861

It does not enter https://github.com/codemirror/codemirror5/blob/9974ded36bf01746eb2a00926916fef834d3d0d0/addon/lint/lint.js#L253
Because CodeMirror does CodeMirror-lint-marker CodeMirror-lint-marker-warning and not -mark-
Is this another bug ?
Anyway, let's continue :
And pushes the right contents, here is what we feed into
[{"message":"Linting is disabled for this query because it exceeds the maximum length.","fromLine":0,"fromColumn":0,"toLine":0,"toColumn":0,"severity":"warning"}]Even if I use message it seems to not display the tooltip
That's really strange
CodeMirror: 5.65.10
Source: codemirror/codemirror5