Skip to content

Commit 6fdcfaf

Browse files
committed
Added colorizer as an optional setting
1 parent b03e727 commit 6fdcfaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lectures/software_engineering/tools_editors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ As a few optional suggestions for working with the settings,
5555

5656
- In the settings, search for `Tab Size` and you should find `Editor: Tab Size` which you can modify to 4.
5757
- Search for `quick open` and change `Workbench > Editor: Enable Preview from Quick Open` and consider setting it to false, though this is a matter of personal taste.
58-
- Finally, if you are on Windows, search for `eol` and change `Files: Eol` to be `\n`.
58+
- If you are on Windows, search for `eol` and change `Files: Eol` to be `\n`.
59+
- While it is a personal taste, consider enabling the [bracket colorizer](https://code.visualstudio.com/updates/v1_60#_high-performance-bracket-pair-colorization) by finding the `bracketPairColorization` setting.
5960

6061
A key feature of VS Code is that it can synchronize your extensions and settings across all of your computers, and even when used in-browser (e.g. with [GitHub CodeSpaces](https://github.com/features/codespaces)). To turn on,
6162
- Ensure you have a [GitHub account](https://github.com/), which will be useful for {doc}`further lectures <../software_engineering/version_control>`

0 commit comments

Comments
 (0)