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 DocumentSymbol data type represents a symbol within a document. So far, the document's uri is implied from the call context.
It would be good to have an optional uri?: DocumentUri field to support usage of the data type in other scenarios, where the document uri cannot be implied from the call:
The
DocumentSymbol
data type represents a symbol within a document. So far, the document's uri is implied from the call context.It would be good to have an optional
uri?: DocumentUri
field to support usage of the data type in other scenarios, where the document uri cannot be implied from the call:See also
textDocument/callHierarchy
extension vscode-languageserver-node#420The text was updated successfully, but these errors were encountered: