229
Views
3
Comments
Solved
Switch Environment Cleanup possible?
Question

is there a way we can clean up the below environment list?  i want to remove a specific environment.

2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

There is a settings file with that.

C:\Users\YOUR_USER\AppData\Local\OutSystems\ServiceStudio 10.0 (or whatever version you're on)\Settings.xml

There is a   <MruServers> block for each environment. Delete the unwanted one and it won't show.

2020-10-04 08-53-30
Paul Geven

Nuno Reis wrote:

There is a settings file with that.

C:\Users\YOUR_USER\AppData\Local\OutSystems\ServiceStudio 10.0 (or whatever version you're on)\Settings.xml

There is a   <MruServers> block for each environment. Delete the unwanted one and it won't show.

Thnx!


UserImage.jpg
Jacob Anawalt

The file appears to be written on-exit, so make sure all instances are closed first.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.