Interface ResolveMetadataFileOptions

interface ResolveMetadataFileOptions {
    resolveMetadata: true;
    resolveSingleChildDescendants?: boolean;
    resolveTo?: readonly URI[];
}

Hierarchy (view full)

Properties

resolveMetadata: true

Will resolve mtime, ctime, size and etag of files if enabled. This can have a negative impact on performance and thus should only be used when these values are required.

resolveSingleChildDescendants?: boolean

Automatically continue resolving children of a directory if the number of children is 1.

resolveTo?: readonly URI[]

Automatically continue resolving children of a directory until the provided resources are found.