Commit c87e8f7
authored
fix(vscode): Keep HOME variable when starting VSCode (#2694)
## 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 $HOME` in 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](https://www.apache.org/licenses/LICENSE-2.0).
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](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).1 parent 030acae commit c87e8f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments