From 007e4f4e4913c9a9053c871d736cdf740b8ca07d Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Mon, 3 Jun 2024 10:51:09 +0200 Subject: [PATCH] doc - add where .signature.zip is generated --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e65e204a..66f39028 100644 --- a/src/main.ts +++ b/src/main.ts @@ -117,7 +117,7 @@ module.exports = function (argv: string[]): void { .option('--allow-star-activation', 'Allow using * in activation events') .option('--allow-missing-repository', 'Allow missing a repository URL in package.json') .option('--skip-license', 'Allow packaging without license file') - .option('--sign', 'Script to sign the VSIX package. VSIX manifest will be passed as an argument.') + .option('--sign', 'Script to sign the VSIX package. VSIX manifest will be passed as an argument. Generates .signature.zip alongside the VSIX package.') .action( ( version,