Änderungen

Summary

  1. fix updating module instantiations in model manager (commit: ebea63d) (details)
Commit ebea63dfe4d5efae767a6dfaeb6a1a2fb7abd8f5 by peter.peq
fix updating module instantiations in model manager
When changing a module in vscode, changes were not directly reflected in
other files using the module. With this change, we now clear the module
intantiations in depending packages so that they are recomputed on
demand.
(commit: ebea63d)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManagerImpl.java (diff)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ModelManagerTests.java (diff)