ProtecteddoProtected ReadonlyjsonReadonlyonProtected ReadonlyonProtected ReadonlyproblemProtected ReadonlytaskProtected ReadonlytaskReadonlyupdateProtected ReadonlyuriProtected Readonlyworkspacesubschema for adding to taskConfigurationSchema
ProtecteddoRemoves task subschema from customSchemas, use update() to apply the changes for taskConfigurationSchema.
$id property of subschema
true if subschema was removed, false otherwise
ProtecteddoReturns an array of task types that are registered, including the default types
Returns the task's JSON schema
ProtectedinitRemoves task subschema from taskConfigurationSchema.
$id property of subschema
eslint-disable-next-line @typescript-eslint/no-explicit-any
Adds given task schema to
taskConfigurationSchemaasoneOfsubschema. Replaces existed subschema by given schema if the corresponding$idproperties are equal.Note: please provide
$idproperty for subschema to have ability remove/replace it.