Skip to content

Commit

Permalink
Added todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Sep 2, 2015
1 parent cafe056 commit bee85fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project/Src/AddIns/ReSharper/Core/StyleCopSettings.cs
Expand Up @@ -324,6 +324,7 @@ private void AddWatcherForSettingsFile(string path)
}

// TODO: Leaking FileSystemWatchers
// TODO: Switch to IFileSystemTracker and tie in to Lifetime
FileSystemWatcher watch = new FileSystemWatcher();
string directoryName = Path.GetDirectoryName(path);
watch.Path = directoryName;
Expand Down

0 comments on commit bee85fa

Please sign in to comment.