Debug Adapter: Adding Stack Trace Formatting support

Hi CMake Team! I’m a developer on the Visual Studio CMake integration, and we got a request to improve the Call Stack view when using the CMake debugger. Right now, the Call Stack in VS only shows the function name, and we got asked to show additional information like line numbers.
Essentially, we want the Call Stack view to look like this:

To do that, I’m working on adding support for reading the format property from the StackTrace request in the Debug Adapter and formatting the returned StackFrame name based on that format. Let me know if you have any questions or comments.
Thanks!