subtle-brackets icon indicating copy to clipboard operation
subtle-brackets copied to clipboard

In version 1.35.1 this extension does not work

Open lishine opened this issue 6 years ago • 3 comments

lishine avatar Jun 16 '19 18:06 lishine

Hi @lishine , thanks for reporting. However, I'm on 1.35.1 right now and unable to reproduce this.

rafamel avatar Jun 20 '19 23:06 rafamel

See #21

rafamel avatar Jun 20 '19 23:06 rafamel

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.

lishine avatar Jun 23 '19 06:06 lishine