The recent release of VSCode v. 1.33 is now distributed via snap package https://snapcraft.io/code
Would be great to see a snap package for this project also!
I think this is important for us to get working, as the goal would be 100% parity with what is offered by Microsoft. Any help is appreciated toward this goal; I will look into it also when I have some time to.
I would be interested in helping if you are still looking for someone to help with this
Sure!
VS Code already has snapcraft.yaml. What if we will use it?
We could but it will need to be tweaked
I'm gonna try to build this for Solus by the end of the month, since the snap package won't come quicker anyway, have a lot of work going on currently.
If you have any suggestions feel free to ping me here.
There was a vscodium in the "edge" channel for snaps (i.e. automatically built off source). What is the status on this?
Currently, what you get when trying to install vscodium is:
$ snap install vscodium
error: snap "vscodium" is not available on this architecture (amd64) but exists on other
architectures (i386).
Who build it?
Sorry but is there any status update for this issue? snap installation will make VSCodium a lot more attractive IMHO.
Who build it?
It looks like it may have been built from here: https://github.com/ErnyTech/vscodium.snap
This needs to become the default (and only) version of VSCode available in the Snap Store. They do a terrible job of warning users about telemetry/spyware.
@hellsworth is it possible canoncial (beside cherrytree) snapifies vscodium which would be extremly popular (with many privacy concernd users)?
It is unlikely that Canonical will take up snapping vscodium for two reasons:
The best thing to do would be to get the person that published vscodium in the snap store, to transfer the project to be part of snapcrafters, which is a community that maintains snaps.
@hellsworth With 1. above, do you refer to https://snapcraft.io/vscodium?
Interestingly, this snap is not listed with snap search, not sure why. I couldn't see any author information otherwise, so I asked Canonical for support via the "Report this app" link at the bottom of the page.
Now cross your fingers and wait! :crossed_fingers:
@bittner @hellsworth -- I think I'm actually the one who "owns" the vscodium snap. Someone made it initially and then transferred to me. I haven't gotten any time to figure out making the snap hence it has gone stale.
I'm very uninformed when it comes to snaps. What is the best path forward-- what happens if I were to transfer to snapcrafters?
@bittner I'm pretty sure the reason it is not listed in search is because the snap only has an "edge" release. If we made a stable release it would show in searches.
@bittner actually it doesn't show because there is only an i386 build in edge. There's no AMD64 build in any channel.

Ok, just built an up to date VSCodium snap.
Aside: _Is it VSCodium, or Codium? Because there appears to be a split personality going on in the releases area on github :D._
Where does this yaml need to live? I could contribute it as a PR to this repo and then someone from the {VS}Codium team could own the snap going forward? If upstream {VS}Codium don't want to maintain the snap, it could go in snapcrafters, but we'd rather upstreams maintained their snaps, as a goal.
Let me know what you want to do.
See #28 and #36 for a bit of history.
P.S.: Say hello to Marc Shuttleworth, my hero! :heart_eyes:
I see https://snapcraft.io/codium -- does this issue need to remain open?
cool, closing then
If you search for "vscodium" on Snapcraft without the space, you get an old version.
If you search for "vscodium" on Snapcraft without the space, you get an old version.
This comes from the "edge" channel. With a "normal" query I don't get this when I query snap, e.g.
$ snap search codium
Name Version Publisher Notes Summary
codium 1.52.1 snapcrafters classic Free/Libre Open Source Software Binaries of VSCode
$ snap search vscodium
No matching snaps for "vscodium"
$ snap search "vs codium"
Name Version Publisher Notes Summary
codium 1.52.1 snapcrafters classic Free/Libre Open Source Software Binaries of VSCode
The snapcraft.io website shows the vscodium snap as from a publisher called "VSCodium". Is this your account, @stripedpajamas?
@popey Can we remove that snap or mark it deprecated?
@bittner yep that's my account, back when I first started investigating how to get a snap together. I've unlisted that old vscodium snap to hopefully reduce the confusion.
Most helpful comment
I think this is important for us to get working, as the goal would be 100% parity with what is offered by Microsoft. Any help is appreciated toward this goal; I will look into it also when I have some time to.