Hacker News new | ask | show | jobs
by mjan22640 1013 days ago
A VSCode extension would be installed and managed by the OS package manager. User created content would be not.
2 comments

You, you want Microsoft to lose its total control over the VSCode extension "marketplace", don't you?
Really? Do you install Firefox extensions from apt-get?
It's not unusual to do this in the Nix world.

There are a ton of VSCode extensions in Nixpkgs: https://search.nixos.org/packages?channel=23.05&from=0&size=...

You can use them in combination with the vscode-with-extensions function to create a VSCode package that bundles in whatever extensions you declare: https://nixos.wiki/wiki/Visual_Studio_Code

I haven't used Linux in a while, but I do remember seeing browser extensions in the package manager.
Yes, there are a few that can be installed from the Debian packages.