You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
Issue by fabioz
Thursday Apr 20, 2023 at 13:09 GMT
Originally opened as robocorp/robotframework-lsp#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?)The text was updated successfully, but these errors were encountered: