Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(remixd): improve file system synchronization and folder detection #5779

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VolodymyrBg
Copy link

Fixes #5765

This PR addresses two issues with remixd file system synchronization:

  1. File divergence when saving and choosing not to update in Remix
  • Added file polling to ensure reliable change detection
  • Added write stabilization to prevent premature change events
  • Improved initial state capture
  1. New folders (like artifacts) not showing up in Remix
  • Enabled directory creation event handling
  • Added proper file creation event handling
  • Added state checks to ensure events are processed at the right time

The changes improve the reliability of the file system synchronization between the local filesystem and Remix IDE.

Copy link

netlify bot commented Feb 17, 2025

👷 Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 064e884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remixd probs coordinating between FE and File System
1 participant