Merge pull request #172495 from mikemikhaylov/fixing-jsdoc-in-abstract-task-service

Fixes JSDoc for _splitPerGroupType in abstractTaskService
This commit is contained in:
Megan Rogge 2023-05-09 20:14:48 -07:00 committed by GitHub
commit efb49cc271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2876,7 +2876,6 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
/**
*
* @param tasks - The tasks which need filtering from defaults and non-defaults
* @param defaultType - If there are globs want globs in the default list, otherwise only tasks with true
* @param taskGlobsInList - This tells splitPerGroupType to filter out globbed tasks (into default), otherwise fall back to boolean
* @returns
*/