I have VSCode installed, and I'm wanting to set the ApplePressAndHoldEnabled boolean to false. When I try:
>defaults read com.microsoft.VSCode
2019-11-29 14:13:42.734 defaults[644:2080008]
Domain com.microsoft.VSCode does not exist
If I do:
>defaults domain
, I see com.microsoft.com in the list. If I do:
>defaults read -app VSCode
, I get:
2019-11-29 14:33:44.649 defaults[945:2091878] Couldn't find an application named "VSCode"; defaults unchanged
I see a com.microsoft.VSCode.plist in ~/Library/Preferences.
Any help/ideas?