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

added a new event for "modifiedFiles" which sends the list of modifie… #1085

Closed
wants to merge 5 commits into from

Conversation

aashankhan2981
Copy link
Collaborator

@aashankhan2981 aashankhan2981 commented Aug 12, 2024

feat: Add modifiedFiles event to send new and old content of modified files on project load

  • Introduced a new event, modifiedFiles, which triggers after project load.
  • The event sends a list of modified files, each containing:
    • file_path: The path of the file.
    • file_old: The old content of the file (before modifications).
    • file_new: The new content of the file (after modifications).
  • This enhancement allows tracking and displaying file changes more accurately when a project is loaded.

@CLAassistant
Copy link

CLAassistant commented Aug 13, 2024

CLA assistant check
All committers have signed the CLA.

@LeonOstrez LeonOstrez closed this Aug 14, 2024
@LeonOstrez LeonOstrez deleted the diff-feature branch August 14, 2024 09:48
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.

3 participants