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

On visual studio marketplace, there is a major typo in sample code.

Open KonradStanski opened this issue 5 years ago • 0 comments

"subtleBarckets.pairs" : [ { "open": "(", "close": ")", "parse": false }, { "open": "[", "close": "]" }, { "open": "{", "close": "}", "style": { "borderColor": "red" } } ]

It is spelled barckets

KonradStanski avatar Feb 25 '20 16:02 KonradStanski