We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddc627 commit af2d103Copy full SHA for af2d103
Developer_Tools/Visual_Studio_Code.md
@@ -24,9 +24,14 @@
24
files.insertFinalNewline": true,
25
```
26
27
-- To adjust the editor fontsize instead of adjusting the editor zoom level.
+- To adjust the editor font size instead of adjusting the editor zoom level.
28
29
```text
30
"editor.mouseWheelZoom": true,
31
"editor.fontSize": 12
32
33
+- To adjust terminal font size.
34
+
35
+ ```text
36
+ "terminal.integrated.fontSize": 10,
37
+ ```
0 commit comments