You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same issue with a large multi module project. Sometimes it just hangs and I need to restart vscode.
Not sure if only related with vscode-java-test but it definitely slows down and I've been thinking on disable it when not testing because of the performance and startup times downgrade it causes.
The thing is that eclipse isn't much better so I don't care that much
The extension will create a file watcher listening to the changes of all the java files.
During the project building, the LS might create/delete java files in the target folder, then the file watcher will keep triggering the explorer to refresh.
Solution
Shrink the scope of file system watcher. Only watching the test source paths is enough.
Build: 0.11.1
The project used: https://github.com/checkstyle/checkstyle
The test explorer has been loading method for more than an hour and still has not succeeded
The text was updated successfully, but these errors were encountered: