fix ls command in error
This commit is contained in:
parent
dc49ab513c
commit
bb205c01d0
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ export class WebExtensionProcessor extends BaseProcessor {
|
|||
|
||||
async onEnd(): Promise<void> {
|
||||
if (this.assets.length > 25) {
|
||||
throw new Error('Cannot pack more than 25 files in a web extension. Use `vsce -ls` to see all the files that will be packed and exclude those which are not needed in .vscodeignore.');
|
||||
throw new Error('Cannot pack more than 25 files in a web extension. Use `vsce ls` to see all the files that will be packed and exclude those which are not needed in .vscodeignore.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue