Revert the fix for notification on folder deletion because it requires a big redesign. The simple fix doesn't work

This commit is contained in:
Victor Hurdugaci 2016-05-31 09:18:02 -07:00
parent f98f39283a
commit c5abb2e2eb
1 changed files with 0 additions and 4 deletions

View File

@ -107,10 +107,6 @@ namespace Microsoft.DotNet.Watcher.Core.Internal
foreach (var file in project.Files)
{
closure.Add(file);
// We need to add the folder because folder deletions only trigger
// for the folder, not for the files inside it
closure.Add(Path.GetDirectoryName(file));
}
foreach (var dependency in project.ProjectDependencies)