@vscode/vsce 3.2.2-0 → 3.2.2-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/package.js +1 -1
- package/package.json +1 -1
package/out/package.js
CHANGED
|
@@ -1533,7 +1533,7 @@ async function printAndValidatePackagedFiles(files, cwd, manifest, options) {
|
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
// Print the files included in the package
|
|
1536
|
-
const printableFileStructure = await util.generateFileStructureTree(
|
|
1536
|
+
const printableFileStructure = await util.generateFileStructureTree(path.basename(await getPackagePath(cwd, manifest, options)), files.map(f => ({
|
|
1537
1537
|
// File path relative to the extension root
|
|
1538
1538
|
origin: !isInMemoryFile(f) ? f.localPath : util.vsixPathToFilePath(f.path),
|
|
1539
1539
|
// File path in the VSIX
|