Is it possible to setup Visual Studio Code to jump to source from console output? Here is my output:
Is it possible to click on reduced.rs and open this file?
As a partial solution to the problem I'd propose using Problems panel:
If the rest of plugins are installed correctly, it will show you lines of code with error messages (unfortunately partrial):
But it allows to jump to the source code.