-
Notifications
You must be signed in to change notification settings - Fork 456
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
Windows 10 x64/macOS, open spring-boot/wildfly, it will always trigger full build after initialized after imported #793
Comments
@snjeza With this change, the issue was fixed. |
Is this a problem with the current release or with the extension from the master branch? |
The problem exists in all the version of vscode-java. |
And on all platform, but not Windows specifically. |
@fbricon @rgrunber @testforstephen @yaohaizh @jdneo could you try https://github.com/snjeza/vscode-test/raw/master/java-1.2.1.vsix
Test case - #2233 (comment) |
Is there any reason that |
@is there any reason that java.import.generatesMetadataFilesAtProjectRoot has to be set to true? I have faced the following exception:
I can't reproduce it again. You can test with and without |
- Reference #793 in the entries Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
[provide a description of the issue]
Environment
Steps To Reproduce
Current Result
A full build will be triggered after some times
Expected Result
No full build should be triggered since there is no change made on the contents
Additional Informations
The issue only exists on the Windows platform, but not macOS, Linux
Might also exists for small/medium size projects, but it takes less time to do the building.
The text was updated successfully, but these errors were encountered: