The tab represents two text based resources being rendered as a diff.

Constructor

new(original:Uri, modified:Uri)

Constructs a new text diff tab input with the given URIs.

Parameters:

original

The uri of the original text resource.

modified

The uri of the modified text resource.

Variables

read onlymodified:Uri

The uri of the modified text resource.

read onlyoriginal:Uri

The uri of the original text resource.