@vscode/vsce 3.0.1-2 → 3.0.1-3
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
|
@@ -1499,7 +1499,7 @@ async function printAndValidatePackagedFiles(files, cwd, manifest, options) {
|
|
|
1499
1499
|
message += unusedIncludePatterns.map(p => ` - ${p}`).join('\n');
|
|
1500
1500
|
message += '\nRemove any include pattern which is not needed.\n';
|
|
1501
1501
|
message += `\n=> Run ${chalk_1.default.bold('vsce ls --tree')} to see all included files.\n`;
|
|
1502
|
-
message += `=> Use ${chalk_1.default.bold('--allow-unused-files-
|
|
1502
|
+
message += `=> Use ${chalk_1.default.bold('--allow-unused-files-pattern')} to skip this check`;
|
|
1503
1503
|
util.log.error(message);
|
|
1504
1504
|
process.exit(1);
|
|
1505
1505
|
}
|