Skip to content

Commit af2d103

Browse files
authored
Update Visual_Studio_Code.md
1 parent 1ddc627 commit af2d103

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Developer_Tools/Visual_Studio_Code.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@
2424
files.insertFinalNewline": true,
2525
```
2626
27-
- To adjust the editor fontsize instead of adjusting the editor zoom level.
27+
- To adjust the editor font size instead of adjusting the editor zoom level.
2828
2929
```text
3030
"editor.mouseWheelZoom": true,
3131
"editor.fontSize": 12
3232
```
33+
- To adjust terminal font size.
34+
35+
```text
36+
"terminal.integrated.fontSize": 10,
37+
```

0 commit comments

Comments
 (0)