vscode-commandbar
vscode-commandbar copied to clipboard
multiple commands in palette dont work at all
I'm not js expert but on quick view in code I have noticed at line 261:
const executeNext = function executeNext (palette, index) {
shouldn't it be palettes
instead of palette
?