Skip to content

Commit 6e0fdf7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 762457b + 817ce1f commit 6e0fdf7

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)