rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.31k stars 1.62k forks source link

editors/code: Update supported debug engines in config #18493

Closed Master-Hash closed 2 weeks ago

Master-Hash commented 2 weeks ago

In PR #18265 and other we add more supported debug engine, but in VS Code's settings interface only CodeLLDB and MS C++ tools are shown available choices. This tiny PR updates the config to reflect it.

Master-Hash commented 2 weeks ago

I believe it's ready (?