Sort the list of configs so they appear consistently to the user

This commit is contained in:
Ben Jackson 2019-02-12 09:05:19 +00:00
commit 0b40c3e04a

View file

@ -136,7 +136,7 @@ class DebugSession( object ):
else:
configuration_name = utils.SelectFromList(
'Which launch configuration?',
list( configurations.keys() ) )
sorted( list( configurations.keys() ) ) )
if not configuration_name or configuration_name not in configurations:
return