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

Underlined matching brackets for VSCode

Results 22 subtle-brackets issues
Sort by recently updated
recently updated
newest added

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Removes `tough-cookie` Updates `vscode` from 1.1.21 to 1.1.37 Commits c871436 v1.1.37 e55dfe8...

dependencies

Bumps [diff](https://github.com/kpdecker/jsdiff) to 3.5.0 and updates ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Updates `diff` from 3.3.1 to 3.5.0 Changelog Sourced from diff's changelog. v3.5.0 - March...

dependencies

Greetings, Your sample in the splash page in Visual Code states: subtleBarckets It should be: subtleBrackets I noticed this when like many people I copy/pasted your sample into my preferences...

I've tried putting the style rules under a specific theme group in workbench.colorCustomizations but that throws an illegal property warning. Is there a way to switch brackets styling when I...

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...

So far the extension appears to be working great, with one exception — I can't add pairs to the config. I've got the following configuration set, with the `` brackets...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...

dependencies

I would like for VS Code to highlight single and double quote characters just like Sublime Text. I tried to add the below settings; however, it didn't seem to work....