Hey,
I spotted that this extension adds editor.matchBrackets: false always, which is invalid in VSCode 1.4x.x.
The editor.matchBrackets does not accept booleans anymore, but "always", "near", "never".
To disable that behaviour I used:
"subtleBrackets.disableNative": false
Regards,
TheAifam5