未验证 提交 b0006ef2 编写于 作者: D Dirk Bäumer 提交者: GitHub

Fix JSDoc typo: "beginPattern" -> "beginsPattern" (#73141)

Fix JSDoc typo: "beginPattern" -> "beginsPattern"
......@@ -713,7 +713,7 @@ export namespace Config {
/**
* If set to true the watcher is in active mode when the task
* starts. This is equals of issuing a line that matches the
* beginPattern.
* beginsPattern.
*/
activeOnStart?: boolean;
......@@ -1616,7 +1616,7 @@ export namespace Schemas {
properties: {
activeOnStart: {
type: 'boolean',
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')
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')
},
beginsPattern: {
oneOf: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册