Hi:
My VSCode is keep telling me I have a new version & points me to code_1.15.1-1502903936_amd64.deb, but
$sudo snap refresh
[sudo] password for MEME:
All snaps up to date.
$snap list
Name Version Rev Developer Notes
core 16-2.26.14 2462 canonical -
vscode 1.14.2-1500506907 15 flexiondotorg classic
This is happening for a week or so. Can I use deb? Not likely. If not then how to get this updated?
Thanks,
@lucyllewy Do you by chance know where the YAML is sitting today? I looked on Martins GitHub and the SnapCrafters repo… was considering a PR to help out when there are updates.
@Wimpress Could this be moved into the snapcrafters repo and wired up? Then we could version bump and assist in the future. Or what is your prefered method?
vscode has quite frequent updates. If the snap doesn’t track the releases I will tend not to use the snap. I’m newish at snaps. Are there solutions to coordinating:
Users’ response to a notification with a request to update?
I disabled the update notifications inside vscode. It is nice to have this updated but I am willing to wait since this is still maintained by volunteers. Hopefully they come around to do it
@Wimpress - I have done some local testing with 1.20 (I pulled with bzr) and was going to propose a merge so that 1.20 could maybe get put into candidate or something for wider testing…
Granted I have next to little Baazar familiarity, I have run into this:
bzr: ERROR: lp:~flexiondotorg/+junk/snap-vscode has no associated product or source package.
In theory we could also just do this with a snapcraft that has a part that monitors the upstream git, but we don’t use it for building anything, and instead we just build the snap if a new version is found, but that would imply that our builder would be called even when not needed (exposing build error although it’s not really the case), and this look like a resource waste to me.