Feature Request
Hello everyone!
I suggest to add Ada to the list of supported languages for debugging. Ada is debuggable through GDB, and modifying the extension's package.json file to add Ada makes everything work out of the box.
This would be very useful for us since we are developing our own VS Code extension for Ada (https://github.com/AdaCore/ada_language_server): the idea would be to bind vscode-cpptools as an extensionPack to allow users to easily debug their Ada code, with a very minimal JSON configuration.