You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/tasks/common/problemMatcher.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -713,7 +713,7 @@ export namespace Config {
713
713
/**
714
714
* If set to true the watcher is in active mode when the task
715
715
* starts. This is equals of issuing a line that matches the
716
-
* beginPattern.
716
+
* beginsPattern.
717
717
*/
718
718
activeOnStart?: boolean;
719
719
@@ -1616,7 +1616,7 @@ export namespace Schemas {
1616
1616
properties: {
1617
1617
activeOnStart: {
1618
1618
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')
0 commit comments