Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4233ba1

Browse files
authored
enable colored brackets and lines
1 parent 82ff95c commit 4233ba1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"path-autocomplete.pathMappings": {
4040
"/": "/",
4141
"./": "${folder}"
42-
}
42+
},
43+
"editor.bracketPairColorization.enabled": true,
44+
"editor.guides.bracketPairs": "active"
4345
},
4446

4547
// Add the IDs of extensions you want installed when the container is created.

0 commit comments

Comments
 (0)