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

kie-issues#119: VS Code Extensions should keep their Editors in sync even when files change externally #2358

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

Josephblt
Copy link
Member

@Josephblt Josephblt commented May 23, 2024

Closes apache/incubator-kie-issues#119

Done:

  • Created file watcher to track changes in file sources.

Next steps:

  • Identify source sync status.
  • Create sync control dialog.
  • Sync accordingly.

@yesamer yesamer changed the title incubator-kie-issues#119:VS Code Extensions should keep their Editors in sync even when files change externally incubator-kie-issues#119: VS Code Extensions should keep their Editors in sync even when files change externally May 23, 2024
@Josephblt Josephblt marked this pull request as draft May 23, 2024 11:48
@Josephblt Josephblt added the pr: wip PR is still under development label May 23, 2024
@tiagobento tiagobento changed the title incubator-kie-issues#119: VS Code Extensions should keep their Editors in sync even when files change externally kie-issues#119: VS Code Extensions should keep their Editors in sync even when files change externally May 24, 2024
Kogito Bundle
KIE Business Automation Bundle
Custom editor only detect changes after saving 2 times.
Changes from outside sources were not detected
Changed folders, function and class names
Changed file structure
Applied functional style where possible
Variable Grooming
Solved nesting issues
Removed pretier configuration from settings.
Changed description for connect/disconnect commands.
@tiagobento
Copy link
Contributor

I merged #2165, can you please update this PR?

@Josephblt
Copy link
Member Author

Hello @tiagobento. Yes, sure thing. I still need to make some changes to this, but I'll update it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core pr: wip PR is still under development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS Code Extensions should keep their Editors in sync even when files change externally
3 participants