()
| 208 | } |
| 209 | |
| 210 | getConflicts(): KeybindingConflict[] { |
| 211 | return this.conflicts.map((conflict) => ({ ...conflict, keybindings: [...conflict.keybindings] })); |
| 212 | } |
| 213 | |
| 214 | setUserBindings(userBindings: KeybindingsConfig): void { |
| 215 | this.userBindings = userBindings; |