Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 80 forks source link

LiveReload Not Triggering #123

Closed PythooonUser closed 4 years ago

PythooonUser commented 4 years ago

It seems that the LiveReload system does not trigger in certain circumstances.

I'm on Windows and the path that the system uses points to D:\Spiele\steamapps\common\Delver\delver, which is the top-level folder containing e.g. /generator etc.

DelvEdit is executed with a working directory of ${workspaceFolder}/../../Spiele/steamapps/common/Delver/delver, which points to the same path.

The system is triggered however, when changing a file in the top-level folder.

Case 1

  1. Try editing section.dat of Dungeon
  2. LiveReload is not triggering an update

Case 2

  1. Try renaming a folder under /generator
  2. LiveReload is not triggering an update

Additional Features

PythooonUser commented 4 years ago

Fixed via #164.