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
The VersionedTextDocumentIdentifier() is marked as deprecated in version 2024.1.7. Although it is called within the TextEditConverter.convertToTextDocumentEdit(int) method, this method is not utilized anywhere in the code. So maybe this code can be cleaned up.
VersionedTextDocumentIdentifier.version changed from type int to Integer, thus can be null now. To resolve the deprication refer lsp4j/changelog documentation
The deprecated constructor VersionedTextDocumentIdentifier.(Integer) is invoked in the following method:
This invocation needs to be addressed to ensure compatibility.
The text was updated successfully, but these errors were encountered: