Skip to content

Commit 817ce1f

Browse files
committed
Launch CTags with a lower priority
1 parent a01a8b0 commit 817ce1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VS-QuickNavigation/Utils/CTagsGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ static Process ExecCTags(string args)
3131
try
3232
{
3333
process.Start();
34+
process.PriorityClass = ProcessPriorityClass.BelowNormal;
3435
}
3536
catch (Exception e)
3637
{

0 commit comments

Comments
 (0)