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 CodeDescription type is a dead end if the text isn't a website or file. When this server-defined URI is produced, one would assume that the server could resolve the URI as well. However, this is unfortunately an implementation detail in the clients. For example, VS Code has UriHandler and TextDocumentContentProvider.
The CodeDescription type is a dead end if the text isn't a website or file. When this server-defined URI is produced, one would assume that the server could resolve the URI as well. However, this is unfortunately an implementation detail in the clients. For example, VS Code has UriHandler and TextDocumentContentProvider.
Different ideas for improvement:
codeDescription/resolve
that is given a URI responds with something like a TextDocumentItemcodeDescriptionProvider
to ServerCapabilitiestextDocument/resolve
that responds with something like a TextDocumentItemtextDocumentProvider
to ServerCapabilitiesworkspace/openUri
that can do anything such as open a graphical application to display the content of a URIuriProvider
to ServerCapabilitiesThe text was updated successfully, but these errors were encountered: