Trouble debugging extension #3204
-
Greetings, I am looking for some guidance for best debugging/working with an extension to In the
I have trouble working with this setup at development time. Somehow there seems to be an old cache internally in JDTLS. I updated I tried "Java: Clean Java Language Server Workspace" command. The action persist. I also think it doesn't clean everything because the client.log file is not cleaned. I suspect there is an internal Equinox cache somewhere not having the new Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The “Clean Workspace” command only clears the project workspace cache, not the OSGI bundle cache. To avoid issues with the OSGI bundle cache, you have two options:
I hope this helps you with your project. |
Beta Was this translation helpful? Give feedback.
-
@guv Could you try to remove |
Beta Was this translation helpful? Give feedback.
The “Clean Workspace” command only clears the project workspace cache, not the OSGI bundle cache.
To avoid issues with the OSGI bundle cache, you have two options: