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:
parent
e88f5b6bbc
commit
a10a15984a
1 changed files with 9 additions and 0 deletions
9
integrations/vscode/CONTRIBUTING.md
Normal file
9
integrations/vscode/CONTRIBUTING.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue