Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
ShowDocumentResult
Interface ShowDocumentResult
The result of a showDocument request.
Since
3.16.0
interface
ShowDocumentResult
{
success
:
boolean
;
}
Index
Properties
success
Properties
success
success
:
boolean
A boolean indicating if the show was successful.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
vscode-languageclient
Loading...
The result of a showDocument request.
Since
3.16.0