I am now using react to develop an app, I was wonder is it possible to click the browser error message then link to the vs code? for example, when the browser show error:
ReferenceError: da11111s is not defined
selectMonthListState
src/components/SelectData/index.js:112
109 | const days = getMonthDay(year, month);
I click the src/components/SelectData/index.js:112 link in the browser, then automatic locate to the visual studio code line.