-
Notifications
You must be signed in to change notification settings - Fork 443
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
"Java: Clean Java Language Server Workspace" fails on Debian #2385
Comments
What happens if you remove The failure to delete in your logs might be related to |
Related issue - #2471 |
Obviously I can achieve cleaning by removing that directory, although the issue remains even on fresh new setup.
Seems true, will wait for update |
@Nightenom Could you, please, test with https://github.com/snjeza/vscode-test/raw/master/java-1.6.7.vsix |
Seems to be fixed in 1.7.0 which contains previously mentioned fix |
Calling command "Java: Clean Java Language Server Workspace" results in error after window reload. The extension then looks like it did not clean itself up. Reproducibility 99% - the 1% stands for when the extension itself crash before, then I can clean without error.
Environment
Debian GNU/Linux 11 (bullseye)
Linux user 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux
Java: 17.0.2 JVM: 17.0.2+8(Eclipse Adoptium) Arch: amd64
Steps To Reproduce
My app is not some kind of special setup. Just simple gradle project on J17 without modules. Publishing-stripped build.gradle attached with logs. Wrapper/Gradle version
7.4.1-all
logs
The logs probably also contains errors when I try to rename variable in lambda with code-block.
Current Result
Error message https://gist.github.com/Nightenom/ad852ae779e185e8b5d140e0a96199eb#file-error-message
Expected Result
No error message
Additional Informations
Possibly does not happen on Windows with same project, but have not try yet
The text was updated successfully, but these errors were encountered: