ConfigMate / configmate-gui

MIT License
1 stars 0 forks source link

Bug / UX Issue: Delete ConfigFile #24

Closed ktminks closed 10 months ago

ktminks commented 11 months ago

Bug / UX Issue: Delete ConfigFile

On deleting a ConfigFile, it should:

This behavior is present and mostly functional, but seems to be buggy based on which file is open in the editor at the time. My first guess is that this has something to do with the way I am determining which RulebookFile is selected. Can probably be handled manually using vscode.window.activeTextEditor, but this would be akin to treating the symptom instead of the cause.

Note: This bug may be solved by implementing a FileSystemWatcher to handle these interactions dynamically. Since the functionality does technically work, this issue is postponed.