Rewrap
Rewrap copied to clipboard
OSX: '.' inserted when adding two spaces after a word
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
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.