Skip to content

Commit 23450ce

Browse files
author
Akos Kitta
committedJul 20, 2020
removed auto-save.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent c9dfc68 commit 23450ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎arduino-ide-extension/src/browser/theia/core/common-frontend-contribution.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export class CommonFrontendContribution extends TheiaCommonFrontendContribution
1515
CommonCommands.PASTE,
1616
CommonCommands.COPY_PATH,
1717
CommonCommands.FIND,
18-
CommonCommands.REPLACE
18+
CommonCommands.REPLACE,
19+
CommonCommands.AUTO_SAVE
1920
]) {
2021
registry.unregisterMenuAction(command);
2122
}

0 commit comments

Comments
 (0)
Please sign in to comment.