paths property

List<String>? paths
getter/setter pair

Full file paths to reset back to their committed state including filename, rooted at workspace root.

If left empty, all files will be reset.

Optional.

Implementation

core.List<core.String>? paths;