Watcher for the workspace debug config file #415
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
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 existuse watchdog to implement the watcher, file observer, use pattern matching
implement the watcher within
src/biscuit/debugger
, access configloader within same directoryExamples of watcher implementations in biscuit:
The text was updated successfully, but these errors were encountered: