Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ff95c commit 4233ba1Copy full SHA for 4233ba1
1 file changed
.devcontainer/devcontainer.json
@@ -39,7 +39,9 @@
39
"path-autocomplete.pathMappings": {
40
"/": "/",
41
"./": "${folder}"
42
- }
+ },
43
+ "editor.bracketPairColorization.enabled": true,
44
+ "editor.guides.bracketPairs": "active"
45
},
46
47
// Add the IDs of extensions you want installed when the container is created.
0 commit comments