Custom keybindings must now be named command:<name>; old x- names no longer validate.
What's wrong with this entry?
Key bindings pointing at your own commands must now be named command:<name> rather than x-<name>. The name after the prefix is used as the binding's description in the UI. Bindings still using the old x- prefix will no longer validate.
- The validity check and the descriptor lookup both switched to the new prefix; unconditional.
if (e.startsWith("command:")) return { description: e.slice(8) };
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
A crashing slash command now tells you it crashed
Both mention command
-
v2.1.234
A command can decide from its arguments whether it counts as sensitive
Both mention command
-
v2.1.234
A slash-command grouping for a command that does not exist
Both mention command