From 60b96219bcd71357c4c32ffd6a1f99602e35fb41 Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:07:33 +0200 Subject: [PATCH] Document how to publish --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f175c1..239373d 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ Use the provided dev container to build and publish the extension. See Generate .vsix pacakge file: ```bash -vsce package +npx vsce package ``` -Publish package: -```bash +### Publish package +```bash +npx vsce login +npx vsce publish ```