1ed8e7ef98
Adds a new `keybindings` option to the `vscode` configuration. It contains a list of key bindings, which will be written to `%vscode-dir%/User/keybindings.json`. PR #1351
2 lines
44 B
Nix
2 lines
44 B
Nix
{ vscode-keybindings = ./keybindings.nix; }
|