- Fix file copy events not possibly triggering a refresh
- Update all dependencies, drop support for older Node.js versions
- Fix possible crashes after startup when change events were received before the extension had been fully initialized
- Avoid timeouts when the system is unresponsive (#2)
- Fix compatibility with older node versions (< 12)
- Avoid filling the log file with excessive messages when running the extension in debug mode
- Avoid timeouts when the system is unresponsive (#2)
- Trigger refresh for the parent directory when deleting directories
- Ignore changes for queued files/directories (avoids cases where bundle directories could get refreshed by the extension after they have finished downloading)
- Avoid timeouts when disk response times are long (#2)
- Don't show a log message about added paths if there are no roots to watch
- Update dependencies
- Correct an API path for checking deleted file/directory information
- Ignore change events for non-shared paths
- Improve event logging
- Ignore events for file permission changes
- Add restart note for the monitoring mode setting
- Fix source maps