We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499c25 commit a13a877Copy full SHA for a13a877
arduino-ide-extension/src/browser/theia/core/tab-bars.ts
@@ -10,4 +10,9 @@ export class TabBarRenderer extends TheiaTabBarRenderer {
10
}
11
return className;
12
13
+
14
+ protected override handleContextMenuEvent = (): void => {
15
+ // NOOP
16
+ // Context menus are empty, so they have been removed
17
+ };
18
0 commit comments