fix(vscode): Keep HOME variable when starting VSCode by tm-michael · Pull Request #2694 · jetify-com/devbox
Summary
Removing the HOME variable has adverse effects on many tools, most notable git. Without it, tools can't find the configurations.
How was it tested?
- Overrode the derivation and applied the patch
- Restarted VSCode
- Triggered the "Reopen in devbox shell" action
echo $HOMEin the shell- Make this commit with the opened VSCode
Community Contribution License
All community contributions in this pull request are licensed to the project
maintainers under the terms of the
Apache 2 License.
By creating this pull request, I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 License as stated in
the
Community Contribution License.