diff --git a/packages/core/src/browser/common-frontend-contribution.ts b/packages/core/src/browser/common-frontend-contribution.ts index 1d21dcde37124..d8e9f66869bb5 100644 --- a/packages/core/src/browser/common-frontend-contribution.ts +++ b/packages/core/src/browser/common-frontend-contribution.ts @@ -452,9 +452,6 @@ export class CommonFrontendContribution implements FrontendApplicationContributi registry.registerMenuAction(CommonMenus.FILE_SAVE, { commandId: CommonCommands.SAVE.id }); - registry.registerMenuAction(CommonMenus.FILE_SAVE, { - commandId: CommonCommands.SAVE_WITHOUT_FORMATTING.id - }); registry.registerMenuAction(CommonMenus.FILE_SAVE, { commandId: CommonCommands.SAVE_ALL.id });