open-vsx is a place where open-source versions of VS Code (such as https://vscodium.com/) can download extensions from.
The usual visual studio marketplace is not available there (see the "Why does this exist?" section on the above link).
Please consider publishing your extension on open-vsx.org too.
See https://github.com/eclipse/openvsx/blob/master/cli/README.md for instructions
Another alternative is to add it here: https://github.com/open-vsx/publish-extensions, however for that to work package.json should be updated to include a publisher:
node add-extension https://github.com/jaredly/reason-language-server.git
Running: git clone --recurse-submodules https://github.com/jaredly/reason-language-server.git /tmp/repository
Running: ls package.json 2>/dev/null || git ls-files | grep package\.json
[FAIL] Could not add https://github.com/jaredly/reason-language-server.git!
Error: Expected "publisher" in ./package.json: {
open-vsx is a place where open-source versions of VS Code (such as https://vscodium.com/) can download extensions from.
The usual visual studio marketplace is not available there (see the "Why does this exist?" section on the above link).
Please consider publishing your extension on open-vsx.org too.
See https://github.com/eclipse/openvsx/blob/master/cli/README.md for instructions
Another alternative is to add it here: https://github.com/open-vsx/publish-extensions, however for that to work package.json should be updated to include a publisher: