Closed dmalan closed 2 years ago
Do we definitely need it in commandPalette at all?
We don't need it. But once we contribute a command, it will appear in the command pallet. If you look at our package.json
file, we don't contribute anything to the command palette, yet the command still appears in the command pallet.
That's why we need another command pallet contribution to suppress it.
Gotcha!
Do we need for the command to appear in the palette at all, though, since the command alone wouldn't know which folder to open, unless we add a file dialog?