vscodium: Use internal bracket matcher
With this commit vscodium will use the newly added internal bracket color matcher. This replaces the usage of an external extension.
This commit is contained in:
parent
6f7ccc7254
commit
68cfaaaefc
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"editor.acceptSuggestionOnEnter": "off",
|
||||
"editor.accessibilitySupport": "off",
|
||||
"editor.bracketPairColorization.enabled": true,
|
||||
"editor.cursorBlinking": "smooth",
|
||||
"editor.cursorSmoothCaretAnimation": true,
|
||||
"editor.fontLigatures": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue