Commit f1bcf97
Merge #10186
10186: configure colorizedBracketPairs r=matklad a=IceSentry
The new bracket pair colorization feature of vscode colorizes all brackets no matter the language. In the context of rust colorizing the '<' and '>' brackets doesn't make sense most of the time, especially in match statements with math like the following screenshot.

Currently this configuration is only possible on a language server level which is why this PR is necessary.
See microsoft/vscode#132175 and microsoft/vscode#132476 for more information on the issue in vscode
Co-authored-by: IceSentry <[email protected]>1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments