(mode: CommandMode | undefined)
| 99 | }, |
| 100 | |
| 101 | setCommandMode(mode: CommandMode | undefined) { |
| 102 | set({ commandMode: mode }); |
| 103 | }, |
| 104 | |
| 105 | setCursorPosition(line: number, column: number, selectionLength: number) { |
| 106 | set({ cursorPosition: { line, column }, selectionLength }); |
no outgoing calls
no test coverage detected