From 68cfaaaefc3f6c0811a1422dabf4f7b3be4f3324 Mon Sep 17 00:00:00 2001 From: histalek Date: Tue, 7 Sep 2021 06:11:23 +0200 Subject: [PATCH] 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. --- .config/VSCodium/User/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 9998972..058dba4 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -1,6 +1,7 @@ { "editor.acceptSuggestionOnEnter": "off", "editor.accessibilitySupport": "off", + "editor.bracketPairColorization.enabled": true, "editor.cursorBlinking": "smooth", "editor.cursorSmoothCaretAnimation": true, "editor.fontLigatures": false,