Sema4AI / vscode-extension

Sema4.ai extension for VS Code: AI Actions and Automation development for Python
https://sema4.ai/docs/platform/vs-code
Apache License 2.0
7 stars 1 forks source link

RCC terminal should always match robot environment #31

Open kariharju opened 5 months ago

kariharju commented 5 months ago

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?)