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 adding an executable resource today, it's very easy to pass multiple args as a single string, leading to failures as they single string value will be escaped and passed as a single arg. The dashboard should visualize the escaped arg to make it easier to see how it's being passed to the executable.