Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 17, 2020 03:16 pm GMT

Why is VSCode trying to run Java when I want to look at the source code of a `.class` file?

I want to look at some code in a .class file in VSCode (which usually works when I do ctrl+lclick on the class I want to view), but instead it brings up the terminal/console as if it's trying to execute the code for no reason.
It randomly does this, so some times it will show a class I want to see, but other times it won't show any thing, and try and run it (sometimes this bug(?) happens on the same class that it let me view earlier (I even tested with classes from java.lang, and only classes from java.lang)).

Any reason(s) why this may happen?

Thanks!
Cheers!


Original Link: https://dev.to/baenencalin/why-is-vscode-trying-to-run-java-when-i-want-to-look-at-the-source-code-of-a-class-file-496b

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To