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
The 'Create new config' command should be updated to create the configuration file inside a .devproxy folder located at the root of the workspace, instead of its current location. This change will help in organizing config files and improve discoverability.
Acceptance Criteria:
When the command is executed, the config file is placed in .devproxy at the workspace root.
If the .devproxy folder does not exist, it should be created automatically.
Update any relevant documentation or usage messages to reflect the new location.