Identifies a single change in a file.

interface FileChange {
    resource: URI;
    type: FileChangeType;
}

Properties

Properties

resource: URI

The unified resource identifier of the file that changed.

The type of change that occurred to the file.