Skip to content

Commit 007e4f4

Browse files
committed
doc - add where .signature.zip is generated
1 parent 66f17d5 commit 007e4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = function (argv: string[]): void {
117117
.option('--allow-star-activation', 'Allow using * in activation events')
118118
.option('--allow-missing-repository', 'Allow missing a repository URL in package.json')
119119
.option('--skip-license', 'Allow packaging without license file')
120-
.option('--sign', 'Script to sign the VSIX package. VSIX manifest will be passed as an argument.')
120+
.option('--sign', 'Script to sign the VSIX package. VSIX manifest will be passed as an argument. Generates <package-name>.signature.zip alongside the VSIX package.')
121121
.action(
122122
(
123123
version,

0 commit comments

Comments
 (0)