Sometimes It is necessary to have same HOME for plugin and dev containers #14938
Labels
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
In some cases it is necessary to have the same value of HOME env for both containers: dev container and plugin container.
For example it is necessary for dotnet workspace, which uses omnisharp remote plugin. In this case both containers want to build the project (or sample) and the build process rewrites project's configuration which describes where dependency packages are located. And usually for dotnet the folder with that packages locates in
$HOME/.nuget
directory. It means that the value of dependency is different for these containers.Probably it makes sense to have the same value of $HOME variable (maybe also for some another ENVs) for all containers.
The text was updated successfully, but these errors were encountered: