1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

docs: publishing extension to open-vsx

This commit is contained in:
Kevin Amado 2022-06-13 12:25:22 -06:00
parent e88f5b6bbc
commit a10a15984a

View file

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