2

Is it possible to setup Visual Studio Code to jump to source from console output? Here is my output:

enter image description here

Is it possible to click on reduced.rs and open this file?

Shepmaster
  • 388,571
  • 95
  • 1,107
  • 1,366
Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206

1 Answers1

0

As a partial solution to the problem I'd propose using Problems panel:

enter image description here

If the rest of plugins are installed correctly, it will show you lines of code with error messages (unfortunately partrial):

enter image description here

But it allows to jump to the source code.

Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206