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? |
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. |
|
@guv Could you try to remove |

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: