We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef324b commit b6fc279Copy full SHA for b6fc279
DEVELOPMENT.md
@@ -18,6 +18,13 @@ code --install-extension ./elixir-ls-0.2.44.vsix --force
18
- Update the release on github with the elixir-ls.zip file
19
- Update forum announcement post: https://elixirforum.com/t/introducing-elixirls-the-elixir-language-server/5857
20
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
28
## References
29
30
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
0 commit comments