-
-
Notifications
You must be signed in to change notification settings - Fork 32
Watcher for the workspace debug config file #415
Copy link
Copy link
Open
Labels
debuggerIssues related to biscuit's debugger/DAP protocolIssues related to biscuit's debugger/DAP protocolenhancementNew feature or requestNew feature or requestfile managementfile watchers, handling of opened files and folders, etcfile watchers, handling of opened files and folders, etchelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
debuggerIssues related to biscuit's debugger/DAP protocolIssues related to biscuit's debugger/DAP protocolenhancementNew feature or requestNew feature or requestfile managementfile watchers, handling of opened files and folders, etcfile watchers, handling of opened files and folders, etchelp wantedExtra attention is neededExtra 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.biscuitdirectory 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: