Use nix-build to manually install vscode extensions

It is related to this:

Using this will remove all existing extensions, not all packages are possible to use via nixpkgs, or it can be a lot of work to achieve that. I have been using the hack mentioned in this thread, but it is not always the best way either.

Sometimes I live on the edge, and I need to mix versions from different channels, and even do manual upgrade on some of the packages myself.

I found the best way for now, is to use vscode extensions directly from vscode, but sometimes you need nix to patch, and then nixpkgs is the only solution.

Thanks for the reminder though :slight_smile: It’s been a while since I tested that, so maybe it has been improved.