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
fix(vscode): drop selected profiles that no longer exist in the config
When a profile was selected and then removed from robot.toml — for
example after switching git branches — the selection stayed active.
This produced a "profile not found" error on every test run, and the
profile could not be deselected because the selection menu refused to
open when no profiles were left to choose from.
Now opening "Select Configuration Profiles" removes any selected
profile that is no longer defined in the configuration and shows a
message listing which profiles were removed. If the available profiles
cannot be determined (e.g. an invalid environment), the current
selection is left untouched.
Fixes#498
0 commit comments