From f7d78e98178ce760d3cc8685715f50fb7d2f82e6 Mon Sep 17 00:00:00 2001 From: Claudia Pellegrino Date: Fri, 6 May 2022 17:38:56 +0200 Subject: [PATCH] Link to issue microsoft/vscode-vsce#517 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1bf164..a3babea 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To install dependencies, run: `yarn install` To build the extension, run: `yarn package` -Unlike `vsce package`, running `yarn package` will work around issue 517. +Unlike `vsce package`, running `yarn package` will work around issue microsoft/vscode-vsce#517. Use `yarn package` as long as the issue is unresolved. ## Publishing the extension