Skip to content

Using rich.print() instead of print() in (evaluate in) debug console #189704

@zljubisic

Description

@zljubisic

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?

Metadata

Metadata

Assignees

Labels

*caused-by-extensionIssue identified to be caused by an extension

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions