chore: generate
This commit is contained in:
parent
dc3ff4b7aa
commit
c69abee0c7
4 changed files with 27 additions and 40 deletions
|
|
@ -90,10 +90,7 @@ export interface CommandOption {
|
|||
export function commandPaletteOptions(options: CommandOption[]) {
|
||||
return options.filter(
|
||||
(option) =>
|
||||
!option.disabled &&
|
||||
!option.hidden &&
|
||||
!option.id.startsWith(SUGGESTED_PREFIX) &&
|
||||
option.id !== "file.open",
|
||||
!option.disabled && !option.hidden && !option.id.startsWith(SUGGESTED_PREFIX) && option.id !== "file.open",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue