Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
FileEvent
Interface FileEvent
An event describing a file change.
interface
FileEvent
{
type
:
FileChangeType
;
uri
:
string
;
}
Index
Properties
type
uri
Properties
type
type
:
FileChangeType
The change type.
uri
uri
:
string
The file's uri.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
uri
vscode-languageclient
Loading...
An event describing a file change.