Skip to content

Commit 0256a2a

Browse files
author
Greg Van Liew
authored
Merge pull request #771 from Microsoft/Tyriar-patch-2
Terminal font size no longer defaults to editor.fontSize
2 parents a97c707 + 3c19734 commit 0256a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editor/integrated-terminal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For example, to enable running bash as a login shell (which runs `.bash_profile`
7575
You can customize the integrated terminal font and line height with the following settings:
7676

7777
* `terminal.integrated.fontFamily` - The font family, this defaults to the `editor.fontFamily` value.
78-
* `terminal.integrated.fontSize` - The font size, this defaults to the `editor.fontSize` value.
78+
* `terminal.integrated.fontSize` - The font size.
7979
* `terminal.integrated.lineHeight` - The line height of the terminal, this defaults to normal.
8080

8181
## Key Bindings

0 commit comments

Comments
 (0)