Since the Problem matcher 'search' file location method was added in 1.74 for the tasks.json file I would like to have this in the Tasks API.
My extension creates a vscode Task internally which then can be executed by a shortcut and I want to have that feature there.
Currently, I can only pass in the problem matcher "type": problemMatchers?: string | string[].
I would expect to be able to pass this as an optional Object.