You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making this in typst i got not diagnostic show but i got some logs that show that lsp find problems but not emit in interface
Did i did something wrong ?
on Zed preview 0.187.2 8f9b217f7944f53699b44f509e0737402871597f
exemple:
// Receive:
{"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///var/home/yodatak/Projects/ok.typ","diagnostics":[{"range":{"start":{"line":7,"character":17},"end":{"line":7,"character":21}},"severity":3,"code":"FR_SPELLING_RULE","codeDescription":{"href":"https://community.languagetool.org/rule/show/FR_SPELLING_RULE?lang\u003dfr"},"source":"LTeX","message":"\u0027year\u0027: Faute de frappe possible trouvée."},{"range":{"start":{"line":7,"character":22},"end":{"line":7,"character":26}},"severity":3,"code":"FR_SPELLING_RULE","codeDescription":{"href":"https://community.languagetool.org/rule/show/FR_SPELLING_RULE?lang\u003dfr"},"source":"LTeX","message":"\u0027repr\u0027: Faute de frappe possible trouvée."},{"range":{"start":{"line":7,"character":26},"end":{"line":7,"character":27}},"severity":3,"code":"DEUX_POINTS_ESPACE","codeDescription":{"href":"https://community.languagetool.org/rule/show/DEUX_POINTS_ESPACE?lang\u003dfr"},"source":"LTeX","message":"Une espace est requise."},{"range":{"start":{"line":35,"character":399},"end":{"line":35,"character":402}},"severity":3,"code":"FR_SPELLING_RULE","codeDescription":{"href":"https://community.languagetool.org/rule/show/FR_SPELLING_RULE?lang\u003dfr"},"source":"LTeX","message":"\u0027nb1\u0027: Faute de frappe possible trouvée."}]}}
My config ( i try to add many many this to try to make it work)
interesting it seem to show typo error in zed 0.186.9 but not latest ( i
Zed: v0.186.9 (Zed)
OS: Linux Wayland bazzite 42
Memory: 47 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 3060 || NVIDIA || 570.144
It show the error when i use
"diagnostics_max_severity": "info",
// Which level to use to filter out diagnostics displayed in the editor.
//
// Affects the editor rendering only, and does not interrupt
// the functionality of diagnostics fetching and project diagnostics editor.
// Which files containing diagnostic errors/warnings to mark in the tabs.
// Diagnostics are only shown when file icons are also active.
// This setting only works when can take the following three values:
//
// Which diagnostic indicators to show in the scrollbar, their level should be more or equal to the specified severity level.
// Possible values:
// - "off" — no diagnostics are allowed
// - "error"
// - "warning" (default)
// - "info"
// - "hint"
// - null — allow all diagnostics
"diagnostics_max_severity": "warning",
Thanks for making this in typst i got not diagnostic show but i got some logs that show that lsp find problems but not emit in interface
Did i did something wrong ?
on Zed preview 0.187.2 8f9b217f7944f53699b44f509e0737402871597f
exemple:
// Receive: {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"uri":"file:///var/home/yodatak/Projects/ok.typ","diagnostics":[{"range":{"start":{"line":7,"character":17},"end":{"line":7,"character":21}},"severity":3,"code":"FR_SPELLING_RULE","codeDescription":{"href":"https://community.languagetool.org/rule/show/FR_SPELLING_RULE?lang\u003dfr"},"source":"LTeX","message":"\u0027year\u0027: Faute de frappe possible trouvée."},{"range":{"start":{"line":7,"character":22},"end":{"line":7,"character":26}},"severity":3,"code":"FR_SPELLING_RULE","codeDescription":{"href":"https://community.languagetool.org/rule/show/FR_SPELLING_RULE?lang\u003dfr"},"source":"LTeX","message":"\u0027repr\u0027: Faute de frappe possible trouvée."},{"range":{"start":{"line":7,"character":26},"end":{"line":7,"character":27}},"severity":3,"code":"DEUX_POINTS_ESPACE","codeDescription":{"href":"https://community.languagetool.org/rule/show/DEUX_POINTS_ESPACE?lang\u003dfr"},"source":"LTeX","message":"Une espace est requise."},{"range":{"start":{"line":35,"character":399},"end":{"line":35,"character":402}},"severity":3,"code":"FR_SPELLING_RULE","codeDescription":{"href":"https://community.languagetool.org/rule/show/FR_SPELLING_RULE?lang\u003dfr"},"source":"LTeX","message":"\u0027nb1\u0027: Faute de frappe possible trouvée."}]}}
My config ( i try to add many many this to try to make it work)
The text was updated successfully, but these errors were encountered: