When using 0.0.12 of the plugin, and opening a folder with a pom file, the eclipse related configuration files .classpath, .project and those under .settings are not generated.
When using 0.0.11 the files are generated, and code completion and classpath resolution work as expected.
Environment
- Operating System: Window 10
- JDK version: 1.8.0_121
- Visual Studio Code version: 1.10.2
- Java extension version: 0.0.12
Steps To Reproduce
- Create a simple maven project
- Open the project in VSCode
java-interview.zip
Current Result
No .project, .classpath and .settings/ files are produced.
This is when opening with 0.1.12
Expected Result
The files are created and code completion and classpath resolution occurs as expected.
This works as expected with 0.1.11
Additional Informations
When using 0.0.12 of the plugin, and opening a folder with a pom file, the eclipse related configuration files .classpath, .project and those under .settings are not generated.
When using 0.0.11 the files are generated, and code completion and classpath resolution work as expected.
Environment
Steps To Reproduce
java-interview.zip
Current Result
No .project, .classpath and .settings/ files are produced.
This is when opening with 0.1.12
Expected Result
The files are created and code completion and classpath resolution occurs as expected.
This works as expected with 0.1.11
Additional Informations