This is a small problem that has been annoying me for some time now. VS Code will not let me type the }
symbol. If I type {
, it will autocomplete with a closing curly brace, but then if I remove the opening curly brace, the closing brace will also be removed. I have to get around this by copy and pasting the closing brace.
Is there a setting or caused by my formatter? I am using Prettier (Like everyone else who uses VS Code) as my formatter.