From c5969efc8fe47c8fe2056a7abb511493b84754eb Mon Sep 17 00:00:00 2001 From: BeniBenj Date: Tue, 10 Dec 2024 12:11:16 +0100 Subject: [PATCH] :lipstick: --- src/package.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.ts b/src/package.ts index 22578a7e..648db2e7 100644 --- a/src/package.ts +++ b/src/package.ts @@ -2072,7 +2072,7 @@ export async function printAndValidatePackagedFiles(files: IFile[], cwd: string, // Print the files included in the package const printableFileStructure = await util.generateFileStructureTree( - await getPackagePath(cwd, 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),