Skip to content

Commit b6fc279

Browse files
authored
Update release instructions to include openvsx (#146)
* Update dev instructions for openvsx * Make open-vsx a link
1 parent 6ef324b commit b6fc279

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ code --install-extension ./elixir-ls-0.2.44.vsix --force
1818
- Update the release on github with the elixir-ls.zip file
1919
- Update forum announcement post: https://elixirforum.com/t/introducing-elixirls-the-elixir-language-server/5857
2020

21+
Also publish to https://open-vsx.org/
22+
23+
- `git checkout openvsx`
24+
- `git rebase -i upstream/master`
25+
- `ovsx publish -p <TOKEN>`
26+
- `git push -f`
27+
2128
## References
2229

2330
https://code.visualstudio.com/api/working-with-extensions/publishing-extension

0 commit comments

Comments
 (0)