Skip to content

Commit

Permalink
fix #1074
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Dec 10, 2024
1 parent 1939270 commit fef99a1
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),
options.packagePath ? path.basename(options.packagePath) : getDefaultPackageName(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 fef99a1

Please sign in to comment.