Skip to content

Commit 16ce08b

Browse files
committed
fix nls
1 parent 762bb93 commit 16ce08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/api/common/menusExtensionPoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ menusExtensionPoint.setHandler(extensions => {
647647
item = { command, alt, group: undefined, order: undefined, when: undefined };
648648
} else {
649649
if (!extension.description.enableProposedApi) {
650-
collector.error(localize('proposedAPI.invalid.submenureference', "Menu item references a submenu which is only available when running out of dev or with the following command line switch: --enable-proposed-api {1}", entry.key, extension.description.identifier.value));
650+
collector.error(localize('proposedAPI.invalid.submenureference', "Menu item references a submenu which is only available when running out of dev or with the following command line switch: --enable-proposed-api {0}", extension.description.identifier.value));
651651
continue;
652652
}
653653

0 commit comments

Comments
 (0)