VSIDBSWZJMU47QW26SUVEJYKRBQYVMST3KGBMRTDDDJ6IRF3OQDAC
for await (const untrackedFile of this.untrackedGroup.resourceStates) {
await this.repository.addFile(untrackedFile.resourceUri);
if (this.untrackedGroup.resourceStates.length > 0) {
for await (const untrackedFile of this.untrackedGroup.resourceStates) {
await this.repository.addFile(untrackedFile.resourceUri);
}
} else {
window.showInformationMessage('No Files to Add');