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'm able to reproduce the problem, and while this change does improve the situation, I think there are still some other issues at play that make the change inconsistent.
I have the following file structure in a workspace: lib/mylib.jar (this is the old jar) simple/src/App.java mylib.jar.old mylib.jar.new
(the mylib.jar.{old,new} are so that I can easily swap the contents within lib)
Whether I change the contents from a terminal, or through the UI, the change is detected but GTD does not work immediately in some cases. I usually end up having to reload the file or make some edits. I've tried this on both Theia and VSCode and it seems to be the same behaviour.
can solve the problem. At least I tried several times locally, the problem is not reproduced anymore. The difference between these two invocations is, the latter one will emit one more BufferChangedEvent for the jar file, and the first one does not have this event emitted.
Step to reproduce
.jar
file inlib/
folder.jar
file and generate a new jar.jar
file in thelib/
folder// Original issue: microsoft/vscode-java-dependency#287
The text was updated successfully, but these errors were encountered: