Skip to content

Part 2 - Add change event handling in vscode fs

Paul Slaughter requested to merge 11-add-change-event-handling into main

Description

This MR sets up the VSCode FileSystemProvider to appropriately handle triggering the onDidChangeFile event (see relevant VSCode docs). Please note: we still do not handle the watch(...) function. It's likely this isn't needed and many other VSCode extensions choose to ignore this as well 🤷

Screenshots

20221123_demo

References

Related to #11 (closed)

Edited by Paul Slaughter

Merge request reports