Cannot unbind key through null id #18430
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
Milestone
Windows Terminal version
1.21.3231.0
Windows build number
10.0.26100.2894
Other Software
No response
Steps to reproduce
I am trying to unbind ctrl-h.
I am following the steps from https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions#unbind-keys-disable-keybindings
In this case, I copy the section about setting the id to null:
I put this in the settings.json file.
Here is what that part of my file looks like now:
Expected Behavior
I expect it to at least load the settings file. Ideally, it should unbind ctrl-h from WSL and the command prompt.
Since I am copying directly from the windows documents, I expect this to work.
Actual Behavior
I get an error:
As you can see, it does not like the
null
and says it expects a string.The text was updated successfully, but these errors were encountered: