-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Describe the bug
When I have a profile activated in VSCode and remove all profiles from robot.toml
, the profile remains active in VSCode. When I execute a test case, an error message is printed that no profile with the specified name is found. The execution passes, but the error message is messing. Also, the profile cannot get de-selected in the context menu.
Steps To Reproduce
- Create
robot.toml
with 1 profile - Select the profile in VSCode context menu
- Delete the profile from
robot.toml
- Try to deselct profile at VSCode context menu -> not possible. Clicking on "Select" at the profiles menu does not open selection dialog (likely, because there are no profile to select from)
- Execute a test case -> an error message as logged in the beginning of the execution that the specified profile cannot be found.
Expected behavior
Let me deselect the profile, even the selected profile does not exist anymore.
Additional context
Workaround is to create tmp-profile, open the selection menu and deselct all profiles. then delete the tmp-profile from robot.toml
It happened to my when switching between different GIT branches, were a branch already held profiles, but another did not.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status