fixes #103944

上级 02634a70
...@@ -288,7 +288,7 @@ namespace schema { ...@@ -288,7 +288,7 @@ namespace schema {
type: 'string' type: 'string'
}, },
group: { group: {
description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this command belongs'), description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this item belongs'),
type: 'string' type: 'string'
} }
} }
...@@ -307,7 +307,7 @@ namespace schema { ...@@ -307,7 +307,7 @@ namespace schema {
type: 'string' type: 'string'
}, },
group: { group: {
description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this command belongs'), description: localize('vscode.extension.contributes.menuItem.group', 'Group into which this item belongs'),
type: 'string' type: 'string'
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册