If I select an expression (let's say python dictionary) and right click on it and select "Evaluate in debug console", expression will be evaluated (usually printed) in debug console.
As printing in vscode's debug console is quite ugly it would be very nice if for printing we can use rich print() function.
For example if I execute from rich import print, whenever I am printing something, output is much better than plain vscode print.
Can we have such option?