Skip to content

Commit

Permalink
Merge pull request #1101 from microsoft/benibenj/improved-louse
Browse files Browse the repository at this point in the history
Fix tree printing to respect the out option
  • Loading branch information
benibenj authored Dec 10, 2024
2 parents 1939270 + c5969ef commit b694572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ export async function printAndValidatePackagedFiles(files: IFile[], cwd: string,

// Print the files included in the package
const printableFileStructure = await util.generateFileStructureTree(
getDefaultPackageName(manifest, options),
path.basename(await getPackagePath(cwd, manifest, options)),
files.map(f => ({
// File path relative to the extension root
origin: !isInMemoryFile(f) ? f.localPath : util.vsixPathToFilePath(f.path),
Expand Down

0 comments on commit b694572

Please sign in to comment.