File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,20 +4,22 @@ Run the demos in VS Code for the combined view of the file contents and the term
44
55## Setup
66
7- Increase VS Code font size beforehand:
7+ 1 . Increase VS Code font size beforehand:
88
9- 1 . Open settings.
10- 2 . Change font size to 24 (original is 12).
11- 3 . Search for ` terminal.integrated.font-size ` and change it to 24 as well (original is 12).
9+ 1 . Open settings.
10+ 2 . Change font size to 24 (original is 12).
11+ 3 . Search for ` terminal.integrated.font-size ` and change it to 24 as well (original is 12).
1212
13- Create a fresh virtual environment:
13+ 3 . Change ` workbench.color.theme ` to ` Light High Contrast ` (default ` Dark Modern ` ).
1414
15- ``` shell
16- $ conda create --name pre-commit-demo python=3.12
17- $ conda activate pre-commit-demo
18- ```
15+ 4 . Create a fresh virtual environment:
16+
17+ ``` shell
18+ $ conda create --name pre-commit-demo python=3.12
19+ $ conda activate pre-commit-demo
20+ ```
1921
20- Disable Copilot completions by clicking the icon in the bottom right of VS Code.
22+ 5. Disable Copilot completions by clicking the icon in the bottom right of VS Code.
2123
2224# # Section 1 demos
2325
You can’t perform that action at this time.
0 commit comments