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
When the project is opened and the execution environment is set to live, we should switch it to design. As there are only two execution environments now, we can just set design unconditionally each time we open the project.
Switching the environment should be done before creating the execution context.
QA Acceptance Criteria
GIVEN a project with execution mode set to `production` in package.yml
WHEN The project is opened in the IDE
THEN I see that the current execution mode is set to `development`
The text was updated successfully, but these errors were encountered:
vitvakatu
changed the title
Switching to development execution mode when opening a project.
Switching to design execution mode when opening a project.
Apr 3, 2023
vitvakatu
changed the title
Switching to design execution mode when opening a project.
Switching to design execution environment when opening a project.
Apr 3, 2023
When the project is opened and the execution environment is set to
live
, we should switch it todesign
. As there are only two execution environments now, we can just setdesign
unconditionally each time we open the project.Switching the environment should be done before creating the execution context.
QA Acceptance Criteria
The text was updated successfully, but these errors were encountered: