Visual Studio Code: Difference between revisions

imported>Bisserlis
Expands on process of using NixOS hosts with VSCode remote-ssh extension
imported>Bisserlis
mNo edit summary
Line 65: Line 65:
This can be resolved by installing the <code>nodejs-12_x</code> package on the NixOS host and replacing the VSCode provided version.
This can be resolved by installing the <code>nodejs-12_x</code> package on the NixOS host and replacing the VSCode provided version.


=== NixOS client to NixOS host ===
=== Nix-sourced client to NixOS host ===


If vscode-remote is installed from nix (vscode-extensions.ms-vscode-remote as above) on the client machine, this will automatically replace the node.js shipped by the extension to the host machine.
If vscode-remote is installed from nix (vscode-extensions.ms-vscode-remote as above) on the client machine, this will automatically replace the node.js shipped by the extension to the host machine.