vscode: allow argument for keybind to any json value (#2418)
This commit is contained in:
parent
9282dbc1fa
commit
158bc59398
|
@ -86,7 +86,7 @@ in {
|
|||
|
||||
# https://code.visualstudio.com/docs/getstarted/keybindings#_command-arguments
|
||||
args = mkOption {
|
||||
type = types.nullOr (types.attrs);
|
||||
type = types.nullOr (jsonFormat.type);
|
||||
default = null;
|
||||
example = { direction = "up"; };
|
||||
description = "Optional arguments for a command.";
|
||||
|
|
Loading…
Reference in a new issue