oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Fix for delete cache error on windows #245

Closed shivam71 closed 2 months ago

shivam71 commented 3 months ago

Killed the nb process and the stopped the LSP client so that no process is using the cache before deleting the directory . Closed #221

shivam71 commented 2 months ago

Added a callback for error handling