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

Watcher for the workspace debug config file #415

Open
3 tasks
tomlin7 opened this issue Oct 11, 2024 · 0 comments
Open
3 tasks

Watcher for the workspace debug config file #415

tomlin7 opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
debugger Issues related to biscuit's debugger/DAP protocol enhancement New feature or request file management file watchers, handling of opened files and folders, etc help wanted Extra attention is needed

Comments

@tomlin7
Copy link
Owner

tomlin7 commented Oct 11, 2024

Feature

When the workspace debug config files ({workspace}/.biscuit/launch.toml) are added/removed/modified, editor GUI is not updated. So, implement a file watcher that will watch the .biscuit directory within opened directory for changes.

  • update debugger config GUI when config files are edited

  • update debugger config GUI when config files are removed/added

  • handle case where .biscuit/ don't exist

  • use watchdog to implement the watcher, file observer, use pattern matching

  • implement the watcher within src/biscuit/debugger, access configloader within same directory

  • Examples of watcher implementations in biscuit:

@tomlin7 tomlin7 added the enhancement New feature or request label Oct 11, 2024
@tomlin7 tomlin7 self-assigned this Oct 11, 2024
@tomlin7 tomlin7 added file management file watchers, handling of opened files and folders, etc views Related to sidebar, panel views, editor view, floating etc. debugger Issues related to biscuit's debugger/DAP protocol help wanted Extra attention is needed and removed views Related to sidebar, panel views, editor view, floating etc. labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger Issues related to biscuit's debugger/DAP protocol enhancement New feature or request file management file watchers, handling of opened files and folders, etc help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant