From 1f6869689ed8b4640deb55ed56d272170bcf675a Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 18 Aug 2023 15:04:08 +0200 Subject: [PATCH] docs: document extension installation --- docs/RELEASING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index de3013a..76bb8bc 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -19,7 +19,11 @@ In case you want to do a *dry run* before publishing, simply do vsce package ``` -This will create a `.vsix` file for the extension. It can be used to share privately. +This will create a `.vsix` file for the extension. It can be used to share privately or install it via the command line: + +```bash +code --install-extension some-extension.vsix +``` ## Publish a new Version