vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Duplicate debug attach options appear in the Debug or Configure Active File dropdown if any attach configs exist in launch.json

Open sean-mcmanus opened this issue 6 months ago • 1 comments

  1. Add some attach configurations to launch.json.
  2. Use the Debug or Configure Active options (top right of a file).

Bug: The dropdown shows duplicates (2 for Configure and 4 for Debug), which seems buggy and confusing. I'm not sure what the difference is between the duplicate options.

Image

I hit this while investigating https://github.com/microsoft/vscode-cpptools/pull/13569 , but it was a pre-existing issue.

sean-mcmanus avatar May 29 '25 23:05 sean-mcmanus