Skip to content

Commit 4e63afb

Browse files
committed
Create Task for symbols generation, clean SolutionWatcher and remove old functions in CTagsGenerator
1 parent b1f2b63 commit 4e63afb

File tree

3 files changed

+269
-442
lines changed

3 files changed

+269
-442
lines changed

VS-QuickNavigation/Commands/QuickCleanCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public static void Initialize(Package package)
4343

4444
void CleanDatabase(object sender, EventArgs e)
4545
{
46-
Common.Instance.SolutionWatcher.RefreshFileList();
47-
Common.Instance.SolutionWatcher.RefreshSymbolDatabase(true);
46+
Common.Instance.SolutionWatcher.ClearSymbolDatabase();
47+
Common.Instance.SolutionWatcher.TriggeringRefreshFileList();
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)