Skip to content

Commit b0006ef

Browse files
authored
Fix JSDoc typo: "beginPattern" -> "beginsPattern" (microsoft#73141)
Fix JSDoc typo: "beginPattern" -> "beginsPattern"
2 parents 34e0ed5 + af6b115 commit b0006ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/contrib/tasks/common/problemMatcher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ export namespace Config {
713713
/**
714714
* If set to true the watcher is in active mode when the task
715715
* starts. This is equals of issuing a line that matches the
716-
* beginPattern.
716+
* beginsPattern.
717717
*/
718718
activeOnStart?: boolean;
719719

@@ -1616,7 +1616,7 @@ export namespace Schemas {
16161616
properties: {
16171617
activeOnStart: {
16181618
type: 'boolean',
1619-
description: localize('ProblemMatcherSchema.background.activeOnStart', 'If set to true the background monitor is in active mode when the task starts. This is equals of issuing a line that matches the beginPattern')
1619+
description: localize('ProblemMatcherSchema.background.activeOnStart', 'If set to true the background monitor is in active mode when the task starts. This is equals of issuing a line that matches the beginsPattern')
16201620
},
16211621
beginsPattern: {
16221622
oneOf: [

0 commit comments

Comments
 (0)