This commit is contained in:
SteVen Batten 2022-07-11 12:00:50 -07:00 committed by GitHub
parent c6d40837c0
commit 01afe20df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ registerAction2(class extends Action2 {
id: 'commandCenter.help',
title: localize('all', "Show Search Modes..."),
icon: Codicon.chevronDown,
menu: { id: MenuId.CommandCenter, order: 100 }
menu: { id: MenuId.CommandCenter, order: 101 }
});
}
run(accessor: ServicesAccessor): void {