Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse settings files not being generated by VSCode Extension #167

Closed
markexperience opened this issue Mar 17, 2017 · 3 comments
Closed
Assignees
Labels

Comments

@markexperience
Copy link

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
  1. Create a simple maven project
  2. 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
@fbricon
Copy link
Collaborator

fbricon commented Mar 17, 2017

Indeed, we just discovered the regression (eclipse-jdtls/eclipse.jdt.ls#191), an update will be published later today.

@fbricon fbricon self-assigned this Mar 17, 2017
@fbricon fbricon added the bug label Mar 17, 2017
@markexperience
Copy link
Author

markexperience commented Mar 17, 2017 via email

@fbricon
Copy link
Collaborator

fbricon commented Mar 17, 2017

vscode-java 0.0.13 has been published to the VS Code Marketplace

@fbricon fbricon closed this as completed Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants