How to show the standard output of my Rust program in VS Code output window?

I am trying to show the standard output of my Rust program in the VS Code output window. Right now, the output goes to the external command shell. Can I do this with OutputDebugStringsome way? User settings terminal.integrateddo nothing.

Vscode output window

User Settings

+4
source share

Source: https://habr.com/ru/post/1694656/


All Articles