New Java File -> Class/Interface option defaults file name to public class Main {.java
[provide a description of the issue]
Environment
- Operating System:
- JDK version:
- Visual Studio Code version:
- Java extension version:
Steps To Reproduce
- Open Explorer
- New Java File -> Class/Interface
- Change the class name
- Save
[Please attach a sample project reproducing the error]
Please attach logs
Current Result
Class file name includes the first class line, not just a class name
Expected Result
Expect only file name like Main.java

Additional Informations
New Java File -> Class/Interface option defaults file name to public class Main {.java
[provide a description of the issue]
Environment
Steps To Reproduce
[Please attach a sample project reproducing the error]
Please attach logs
Current Result
Class file name includes the first class line, not just a class name
Expected Result
Expect only file name like Main.java

Additional Informations