subtle-brackets
subtle-brackets copied to clipboard
In version 1.35.1 this extension does not work
Hi @lishine , thanks for reporting. However, I'm on 1.35.1 right now and unable to reproduce this.
See #21
I didn't have config for subtle brackets before and it worked, ok, I added the default config:
"subtleBrackets.style": {
"borderWidth": "1px",
"borderStyle": "none none solid none"
},
"subtleBrackets.pairs": [
{
"open": "(",
"close": ")"
},
{
"open": "[",
"close": "]"
},
{
"open": "{",
"close": "}"
}
]
Still does not work. BTW I didn't know about disable native before, I just disabled the built in , but I see that disable native has no effect.