Vscode-remote-release: Remote Development support for nix shell

Created on 4 Jun 2019  路  2Comments  路  Source: microsoft/vscode-remote-release

First of all the remote development feature is great!
I think it would be nice tough to integrate this with nix-shell or https://github.com/target/lorri for lightweight environments using the nix package manager. I think this has the potential to be even nicer than the docker environments as you don't have issues with owner permissions and don't have to volume mount configuration files.

feature-request

Most helpful comment

@mschuwalow Hi,
I released an experimental extension for working with nix environments in vs code.
https://marketplace.visualstudio.com/items?itemName=arrterian.nix-env-selector
You can set own shell.nix confix and all extensions the main process will get the env.
It can be a little buggy at the moment. But work still in progress

All 2 comments

@mschuwalow Hi,
I released an experimental extension for working with nix environments in vs code.
https://marketplace.visualstudio.com/items?itemName=arrterian.nix-env-selector
You can set own shell.nix confix and all extensions the main process will get the env.
It can be a little buggy at the moment. But work still in progress

@arrterian Very cool stuff! Thanks for pinging me.

Was this page helpful?
0 / 5 - 0 ratings