Vscode remote development on NixOS

You might try the useLocalExtensions option of the remote-ssh extension, if the host also has a local vscode installation.

3 Likes

Slightly off the topic though, if I am going to override the useLocalExtentions for the callPackage on remote-ssh extension in my overlay, what is the proper way to do so?

Just want to have some update:

I have since been using code-server (Thanks a lot, @offlinehacker !) and everything worked out pretty nicely. I have wrapped it up with a service module (not under home-manager though):

The activation script is also from some posts in this forum. Would like to express my gratitude and hope this helps anyone who is also looking for the solution.

3 Likes