From a10a15984a8accb996c55ad8512de932e6cae98b Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 13 Jun 2022 12:25:22 -0600 Subject: [PATCH] docs: publishing extension to open-vsx --- integrations/vscode/CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 integrations/vscode/CONTRIBUTING.md diff --git a/integrations/vscode/CONTRIBUTING.md b/integrations/vscode/CONTRIBUTING.md new file mode 100644 index 0000000..756fe00 --- /dev/null +++ b/integrations/vscode/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# Publishing the extension to open-vsx + +> https://open-vsx.org/extension/kamadorueda/alejandra + +```sh +$ vsce package +$ ovsx create-namespace kamadorueda -p "${TOKEN}" +$ ovsx publish -p "${TOKEN}" ./alejandra-*.vsix +```