'How to open devtools error in corresponding file in vscode?

I use the IDE VScode to make a website. I open a VScode terminal, i run a node project, a chrome page open, showing me my website. If i open the devTool, and i saw an error like in the image bellow; when i click on the file throwing the error (example: WorldLayout.vue), then a file open in the source tab of the devTool. How can i instead open the corresponding file in my IDE ?

example



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source