A function that delays calling fn
until after wait
milliseconds have elapsed since the last time it was called.
Adds given task schema to taskConfigurationSchema
as oneOf
subschema.
Replaces existed subschema by given schema if the corresponding $id
properties are equal.
Note: please provide $id
property for subschema to have ability remove/replace it.
subschema for adding to taskConfigurationSchema
Removes task subschema from customSchemas
, use update()
to apply the changes for taskConfigurationSchema
.
$id
property of subschema
true
if subschema was removed, false
otherwise
Returns an array of task types that are registered, including the default types
Returns the task's JSON schema
Removes task subschema from taskConfigurationSchema
.
$id
property of subschema
Gets the most up-to-date names of problem matchers from the registry and update the task schema
Debounce promise-returning & async functions.