When I try to add closing parentheses, it always override the next parentheses to the right.
Here is a screen capture (it looks like I hit the right-key on the keybo
Try setting:
"editor.autoClosingBrackets": "never"
to disable the autoclosing brackets feature entirely.