(id: string, source?: CommandSource)
| 361 | }) |
| 362 | |
| 363 | const run = (id: string, source?: CommandSource) => { |
| 364 | const option = optionMap().get(id) |
| 365 | option?.onSelect?.(source) |
| 366 | } |
| 367 | |
| 368 | const showPalette = () => { |
| 369 | run("file.open", "palette") |
no test coverage detected