Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

OSX: '.' inserted when adding two spaces after a word

Open mark-pictor-csec opened this issue 2 years ago • 1 comments

I just had this problem for the first time, and I think Rewrap is the most recently installed extension.

I wouldn't be surprised if you can't fix this in the extension; I'm mostly posting for others who encounter the problem.

As mentioned on AdamMaras/vscode-overtype#9:

OK so this is probably a mac only issue. There is a setting to insert periods on double spaces in the system preferences => Keyboard => Text tab.


VSCode 1.73.0 Rewrap 1.16.3 OSX 12.6

mark-pictor-csec avatar Nov 03 '22 21:11 mark-pictor-csec

defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool false

run on terminal, as suggested by @schneems on the thread worked perfectly for me without restart too on Mac M1 Ventura 13.0 (22A380) on the latest VSCode.

phreakyphoenix avatar Nov 17 '22 08:11 phreakyphoenix