mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-17 01:13:32 +01:00
720a61fc28
Fix markdown link diagnostics not updated when directories are renamed/deleted Turns our that `createFileSystemWatcher` will not fire if a parent dir is renamed / deleted. See #60813 To fix this, I believe we have to create watchers for all parent directories too (or watch everything in the entire workspace)