I'm working with xtensor arrays, and I cannot figure out how to display them nicely in VSCode's Debugger. This is rather annoying, because I then have to print out the arrays to see the contents.
Is there a way to make a custom function so that I can see the value of the xtensor arrays as what I see when I do std::cout << myArray;
Thank you