chore: move the details on folders to debug log

This commit is contained in:
Cheng Liu 2024-03-04 20:13:33 -08:00
parent 42c84103f5
commit 2a1bff59ac
No known key found for this signature in database
GPG key ID: EEC8452F7DB85CD6

View file

@ -216,7 +216,8 @@ export class GitSparseCheckoutService {
if (checkoutAction === 'set') {
targetFolders.push(...this._finalSkeletonPaths);
}
terminal.writeLine(
terminal.writeLine(`Checking out ${targetFolders.length} folders...`);
terminal.writeDebugLine(
`Performing sparse checkout ${checkoutAction} for these folders: \n${targetFolders.join('\n')}`
);