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
I'm using the Omni LanguageClient to run some tests and send requests to the language Server. When converting the result from the DocumentSymbol request, the SymbolInformationOrDocumentSymbolConverter throws a NullReferenceException since the property "location" doesnt exist on the DocumentSymbol type.
The text was updated successfully, but these errors were encountered:
I'm using the Omni LanguageClient to run some tests and send requests to the language Server. When converting the result from the DocumentSymbol request, the SymbolInformationOrDocumentSymbolConverter throws a NullReferenceException since the property "location" doesnt exist on the DocumentSymbol type.
The text was updated successfully, but these errors were encountered: