I have several entries in my keybindings.json
file. Yesterday, shortly after updating to the October VSCode release, I tried adding a few new keybindings through the "Keyboard shortcuts" via the Command Palette, but encountered the following error:
I checked for errors in my keybindings.json
file (full copy here), and all I have are entries like the one below.
What's strange about this:
- I only have warnings, yet VSCode complains about errors
- All of these errors are tied to
emacs-mcx
from this extension (for reference I opened an issue with them here just in case)
With this in mind:
- How does VSCode check for values that it can accept? (the warning says "Value is not accepted")
- Can I tell VSCode to ignore those problematic entries? (there is no syntax error per se)
- If all I have are warnings, why does VSCode complain about errors in the file?