Commit b2a73fa
ide-coder
fix: restore PATH in VS Code terminal for go/ruby/java commands
VS Code terminal is a non-login shell that resets PATH, overriding
Docker ENV settings. Add PATH restoration to .bashrc to ensure
go, ruby, java and other tools are accessible.1 parent 9e3ec68 commit b2a73fa
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
187 | 192 | | |
188 | 193 | | |
189 | 194 | | |
| |||
0 commit comments