Open micklat opened 8 months ago
I'm not certain why it's not showing up, the extension is definitely published and others haven't mentioned having trouble finding it. Maybe search within the VSCode Marketplace Panel rather than ctrl-P?
Here's the extension page: https://marketplace.visualstudio.com/items?itemName=unison-lang.unison
If it continues to give you trouble I can provide a build of the latest version for you.
Some variants of Visual Studio Code, like VSCodium for example, use the Open VSX Registry instead of the Visual Studio Marketplace. So this might be the issue here. Searching for “unison” on Open VSX yields only the aforementioned “Unison Sync”: https://open-vsx.org/?search=unison
Thank you both. Trying this now, I no longer see a problem. Perhaps I used a different version of vs code back then. I guess we should close this issue, right?
It is still an issue for users of VSCodium, which seems to be quite popular with 25.2k stars on GitHub. It would be great if this extension could also be published to Open VSX.
Hi.
I'm trying to install the unison extension for vscode on linux. I press ctrl-P, and paste
ext install unison-lang.unison
.It opens the extensions search window and shows me exactly one extension that does not seem related: "Unison Sync" by josegonzalez.
Any tips? Is that a problem on my end? Or is deployment of the extension broken?