aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/VisualStudio/IdleTaskManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* Correct style errors in CoreAli Can Demiralp2025-07-141-1/+1
| | | | | Change-Id: I17570e5eab6c0902691c521af408e30aa7dd1a7f Reviewed-by: Karsten Heimrich <[email protected]>
* Remove unused includes and correct include order in CoreAli Can Demiralp2025-06-241-2/+1
| | | | | Change-Id: If8d6f6d39679474756e9ec31feae3e19bbbaac19 Reviewed-by: Karsten Heimrich <[email protected]>
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <[email protected]>
* Introduce idle task manager to run task while VS on idleKarsten Heimrich2025-02-141-0/+270
Implements some test and simulate VS idle events and task processing. Uses Microsoft.VisualStudio.Sdk.TestFramework and Moq to mock VS services not available in mstest framework. Change-Id: Iad1bb73af6a913cc0d71d3fd87e3efc78f760518 Reviewed-by: Joerg Bornemann <[email protected]>