Right now when an rcc terminal is created Robocorp Code will create a new terminal passing the proper environment variables, but it's possible that the user shell automatically runs some command which changes those variables (for instance by having a custom .bashrc).
So, ideally the extension should account for that and fix those variables accordingly (maybe auto source the variables after the terminal is started?)
Issue by fabioz Thursday Apr 20, 2023 at 13:09 GMT Originally opened as https://github.com/robocorp/robotframework-lsp/issues/916
Right now when an rcc terminal is created
Robocorp Code
will create a new terminal passing the proper environment variables, but it's possible that the user shell automatically runs some command which changes those variables (for instance by having a custom.bashrc
).So, ideally the extension should account for that and fix those variables accordingly (maybe auto
source
the variables after the terminal is started?)