We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02634a7 commit 2fa8c7cCopy full SHA for 2fa8c7c
1 file changed
src/vs/workbench/api/common/menusExtensionPoint.ts
@@ -288,7 +288,7 @@ namespace schema {
288
type: 'string'
289
},
290
group: {
291
- 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'),
292
293
}
294
@@ -307,7 +307,7 @@ namespace schema {
307
308
309
310
311
312
313
0 commit comments