Edgar
Edgar

Reputation: 4518

How to rename the browser options in VS?

Browser list Debug button

I had the Edge Beta installed for a while and recently replaced the old Edge with Edge Stable. In the Visual Studio debug menu the browser shows up with the text (2) even though the Beta is now uninstalled and there's only one version of Edge on my system. How do I rename it?

Upvotes: 0

Views: 73

Answers (1)

Zhi Lv
Zhi Lv

Reputation: 21656

Please refer to the following steps:

  1. Remove the browser options with text (2).

    Click the Browser With... menu, select the browser option with the text (2), click the "Remove" button to remove the selected option.

enter image description here

enter image description here

  1. Add new browser options with custom Friendly name

    Click the "Add" button in the browser with window, in the popup window, click the "..." icon button to select the new browser launch file (the .exe file). Then, enter the custom Friendly name. After that, click "OK" button to save changes.

enter image description here

After the above steps, you can see the result as below:

enter image description here

Upvotes: 1

Related Questions