提交 a0e2879b 编写于 作者: D dekkonot 提交者: Alex Ross

Fix spelling of 'accessible' in task.json group enum (#70145)

上级 ea854037
......@@ -168,8 +168,8 @@ const group: IJSONSchema = {
enumDescriptions: [
nls.localize('JsonSchema.tasks.group.defaultBuild', 'Marks the task as the default build task.'),
nls.localize('JsonSchema.tasks.group.defaultTest', 'Marks the task as the default test task.'),
nls.localize('JsonSchema.tasks.group.build', 'Marks the task as a build task accesible through the \'Run Build Task\' command.'),
nls.localize('JsonSchema.tasks.group.test', 'Marks the task as a test task accesible through the \'Run Test Task\' command.'),
nls.localize('JsonSchema.tasks.group.build', 'Marks the task as a build task accessible through the \'Run Build Task\' command.'),
nls.localize('JsonSchema.tasks.group.test', 'Marks the task as a test task accessible through the \'Run Test Task\' command.'),
nls.localize('JsonSchema.tasks.group.none', 'Assigns the task to no group')
],
description: nls.localize('JsonSchema.tasks.group', 'Defines to which execution group this task belongs to. It supports "build" to add it to the build group and "test" to add it to the test group.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册