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 1e0f52b commit f6e623cCopy full SHA for f6e623c
arduino-ide-extension/src/browser/contributions/examples.ts
@@ -100,7 +100,7 @@ export abstract class Examples extends SketchContribution {
100
}
101
};
102
pushToDispose.push(this.commandRegistry.registerCommand(command, handler));
103
- this.menuRegistry.registerMenuAction(submenuPath, { commandId, label: sketch.name });
+ this.menuRegistry.registerMenuAction(submenuPath, { commandId, label: sketch.name,order: sketch.name.toLocaleLowerCase() });
104
pushToDispose.push(Disposable.create(() => this.menuRegistry.unregisterMenuAction(command)));
105
106
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments