project-system icon indicating copy to clipboard operation
project-system copied to clipboard

Launch Profiles window should not be modal

Open RikkiGibson opened this issue 4 years ago • 3 comments

Visual Studio Version: 17.0 preview2 31430.40.main

MicrosoftTeams-image

I've tried out the new Launch Profiles window in recent dev17 dogfood builds and I have found it's somewhat disruptive for it to be a modal. The reason being that when I'm setting up the command line arguments or environment variables I often will need to jump around to different files in my project to see what command line switches are supported in the project and what the values need to be. I would prefer if this window could just be a tab as in the previous versions of VS.

RikkiGibson avatar Jul 06 '21 20:07 RikkiGibson

Also, with this dialog being modal, it blocks access to the the main VS window behind it, so I can't copy values from my project to paste into the settings dialog. I have to continually close the modal to copy a value and then re-open the modal to paste it into the properties. This functionality was fine in VS 2019. Really don't understand how this got added to VS 2022.

Coder3333 avatar Nov 22 '22 13:11 Coder3333

Another criticism (#9026) of the modal dialog is that it should have OK/Cancel buttons. Given that the dialog applies changes immediately, unlike other modal dialogs, this can cause confusion.

drewnoakes avatar May 22 '23 04:05 drewnoakes