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:
histalek 2021-09-07 06:11:23 +02:00
parent 6f7ccc7254
commit 68cfaaaefc
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -1,6 +1,7 @@
{
"editor.acceptSuggestionOnEnter": "off",
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true,
"editor.fontLigatures": false,