My VS code often shows an error, something like "Error: cannot read property" name "undefined". The ESLint tag in the status bar is also displayed in red with an exclamation mark.
I suspect my custom ESLint plugin. I would like to see a trace of the failure stack, which would probably confirm or refute my theory.
Does VS code support logs for this kind of error? If so, where are they?
(I run it on a Mac.)
Bruce source
share