microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.42k stars 29.34k forks source link

Make Command Center debug launcher offer most recently used configuration first #233910

Open gjsjohnmurray opened 2 hours ago

gjsjohnmurray commented 2 hours ago

Type: Feature Request

If I most recently used the second of my debug configurations the debug status bar panel shows this:

Image

But when I click on it the list that Command Center shows lacks a most-recently-used first entry, so it defaults to the first one:

Image

VS Code version: Code - Insiders 1.96.0-insider (28f7008e9b2799e3004c48c26fff3d02ec8f13d8, 2024-11-15T05:04:10.294Z) OS version: Windows_NT x64 10.0.22631 Modes:

gjsjohnmurray commented 2 hours ago

One idea would be to promote the most recent one to the top of the launch.json section of the picker. But perhaps better would be to add it to a new first section with a right-side label of 'most recent'

gjsjohnmurray commented 2 hours ago

I created this while responding to #233909