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 updating an environment for a workspace, if the JSON body is malformed (for example, forgetting the comma at the end of a line), hitting the "Done" button closes the window as expected but the configuration is not saved. This can be frustrating when adding multiple lines to an environment with values that need to be copied and pasted from elsewhere.
The environment config panel should either:
Display syntax errors live while editing the JSON body, or
Display an error when trying to exit the panel with a malformed configuration