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 +```