Sort the list of configs so they appear consistently to the user
This commit is contained in:
parent
bb3909c16f
commit
0b40c3e04a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue