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
LSP 3.15 enables special treatment of diagnostics for deprecated code using DiagnosticTags. By adding "tags": [2] you can tell the clients that the code is deprecated and the client can decorate it with strike-through. I am in a bit of a chicken and egg problem writing tests for this feature for JupyterLab-LSP (jupyter-lsp/jupyterlab-lsp#736) because most servers do not provide it yet; I thought it might be a good idea to implement if in pylsp-memestra early and test using it - what do you think?
The text was updated successfully, but these errors were encountered:
LSP 3.15 enables special treatment of diagnostics for deprecated code using
DiagnosticTag
s. By adding"tags": [2]
you can tell the clients that the code is deprecated and the client can decorate it with strike-through. I am in a bit of a chicken and egg problem writing tests for this feature for JupyterLab-LSP (jupyter-lsp/jupyterlab-lsp#736) because most servers do not provide it yet; I thought it might be a good idea to implement if in pylsp-memestra early and test using it - what do you think?The text was updated successfully, but these errors were encountered: