Skip to content

Commit f47ef61

Browse files
authored
Add note about theme to use for demos
1 parent 8e5644c commit f47ef61

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

demo-notes.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)