Removed unused param

This commit is contained in:
Maurício Szabo 2023-10-17 00:20:37 -03:00
parent a9bd1c2572
commit 140ef153ba

View File

@ -15,9 +15,6 @@ class CommandPalettePackage {
this.commandPaletteView.show(true)
}
}))
this.disposables.add(atom.config.observe('command-palette.useAlternateScoring', (newValue) => {
this.commandPaletteView.update({useAlternateScoring: newValue})
}))
this.disposables.add(atom.config.observe('command-palette.preserveLastSearch', (newValue) => {
this.commandPaletteView.update({preserveLastSearch: newValue})
}))