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 b8bf1ee commit 5424dfcCopy full SHA for 5424dfc
arduino-ide-extension/src/browser/contributions/board-selection.ts
@@ -276,7 +276,7 @@ PID: ${PID}`;
276
'{0} ports',
277
Port.Protocols.protocolLabel(protocol)
278
),
279
- { order: protocolOrder.toString() }
+ { order: protocolOrder.toString().padStart(4) }
280
);
281
this.menuModelRegistry.registerMenuNode(menuPath, placeholder);
282
this.toDisposeBeforeMenuRebuild.push(
0 commit comments