()
| 1571 | } |
| 1572 | |
| 1573 | export function getCommandKeymapExtension() { |
| 1574 | return commandKeymapCompartment.of(keymap.of(cachedKeymap)); |
| 1575 | } |
| 1576 | |
| 1577 | export async function setKeyBindings(view) { |
| 1578 | await loadCustomKeyBindings(); |
no outgoing calls
no test coverage detected