LUFSQKUVVHACWQA5Z5OJJDRFZKWILKGB5COOWDLWAU4N6DX5VYSAC
YUVLBWV3UDNQG63DMTQQOBBL4WMK2J7ODPIZ5337X5PDBZYFQO6AC
NCBEWRYEEJMJO37SHY7XCNFZYWLT5HUHCKN47UGSEY3FFWFX6QFQC
B4SKYP3Y5R7UPPGLLZV7OK3SIN4TRAJ3IL6FS3T7ZFZF5HTEQARQC
ZGMIJNFVDK7R6AF56FNCA23W5KV3HVBUBPTWMLQADCEPB3MOPELQC
"experimentalDecorators": true,
private readonly unrecordedChangesGroup: SourceControlResourceGroup;
private readonly changedGroup: SourceControlResourceGroup;
this.unrecordedChangesGroup = this.sourceControl.createResourceGroup('unrecordedChanges', 'Unrecorded Changes');
this.changedGroup = this.sourceControl.createResourceGroup('changed', 'Unrecorded Changes');
this.disposables.push(this.unrecordedChangesGroup);
this.disposables.push(this.changedGroup);
this.unrecordedChangesGroup.resourceStates = (await this.repository.getChangedFiles()).map(u => ({ resourceUri: u }));
this.changedGroup.resourceStates = (await this.repository.getChangedFiles()).map(u => ({ resourceUri: u }));
* Get the list of file URIs which have unrecorded changes
* Get the list of file URIs which have unrecorded changes using `pijul diff`