wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps
https://wurstlang.org
Apache License 2.0
226 stars 28 forks source link

Fix updating module instantiations in model manager #1023

Closed peq closed 2 years ago

peq commented 2 years ago

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.