Visual Studio Code – VSCode doesn't automatically generate .class file for java
I'm new to java and learned that when creating a .java file usually there's a .class file generated automatically, which happened to the previous java files I created. However, I forgot since when VSCode stops doing this when I create…