We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8267d commit 3efc3fdCopy full SHA for 3efc3fd
arduino-ide-extension/src/browser/contributions/examples.ts
@@ -36,7 +36,7 @@ export abstract class Examples extends SketchContribution {
36
private readonly commandRegistry: CommandRegistry;
37
38
@inject(MenuModelRegistry)
39
- protected readonly menuRegistry: MenuModelRegistry;
+ private readonly menuRegistry: MenuModelRegistry;
40
41
@inject(ExamplesService)
42
protected readonly examplesService: ExamplesService;
0 commit comments