robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[BUG] Intelij Robotcode plugin uses incorrect python interpreter in multi module setup

Open mspiller opened this issue 5 months ago • 0 comments

Describe the bug Having multiple projects (modules).

ModuleA
   .venv
ModuleB
  robot/.venv (that has robot framework installed and is configured as ProjectB python interpeter)

Open any robot file and it says that robotframework is missing and that I should configure python interpreter.

Steps To Reproduce Have two modules (python).

  • First one with empty venv
  • Second one with venv that contains robotframework

Open robot framework file in second module. Image

Expected behavior It should detect correct venv and allow to run robot tests. Correct venv is the one that is configured in a folder that belongs to it's module.

Desktop (please complete the following information):

  • IntelliJ IDEA 2025.1.4.1 (Ultimate Edition)
  • RobotCode Version 1.7.0
  • OS: MacOSX
  • Python Version 3.12.6
  • RobotFramework Version 7.1.1

mspiller avatar Aug 06 '25 14:08 mspiller