interface ILocatable {
    $vscodeTextmateLocation?: ILocation;
}

Hierarchy (view full)

Properties

$vscodeTextmateLocation?: ILocation