Is there a way to just point ".vscode/launch.json" to a profile defined in my "Properties/launchSettings.json" so I don't need to duplicate those values?
I need to support several different editors and also run from command line with
dotnet run --launch-profile="myprofile"