r/voidlinux • u/Plus-Traffic7546 • 2d ago
VSCode not updated
Hello, is there any reason why VSCode hasn't been updated?
Looking at the void-packages repository, the current version is 1.100.3, while the latest version of VSCode is 1.135.0.
https://github.com/microsoft/vscode/
https://github.com/void-linux/void-packages/blob/master/srcpkgs/vscode/template
6
Upvotes
11
u/bvdeenen 2d ago
I presume because nobody felt the need. Have a look at CONTRIBUTING.md to see how you yourself can provide a new version. I've done it quite often for google-chrome for instance, in which case it's generally nothing more than update a version number and a sha hash. Make sure you follow the correct PR name convention. Here's an example
Succes.