mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
docs(fonts): add Visual Studio guide
This commit is contained in:
parent
aafe3dffe9
commit
0a13f08999
|
@ -61,7 +61,8 @@ Make sure to **configure your terminal** to use the font you have installed. The
|
|||
defaultValue="wt"
|
||||
values={[
|
||||
{ label: 'Windows Terminal', value: 'wt' },
|
||||
{ label: 'VS Code', value: 'code' }
|
||||
{ label: 'Visual Studio Code', value: 'code' },
|
||||
{ label: 'Visual Studio', value: 'vs' }
|
||||
]
|
||||
}>
|
||||
<TabItem value="wt">
|
||||
|
@ -101,6 +102,16 @@ If you are using the JSON based settings, you will need to update the `terminal.
|
|||
"terminal.integrated.fontFamily": "MesloLGM Nerd Font"
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="vs">
|
||||
|
||||
When using Visual Studio, you will need to configure the integrated Terminal to make use of the Nerd Font as well. This can be done by opening the settings
|
||||
in `Tools > Options > Fonts and Colors > Terminal` and selecting a font like `MesloLGM Nerd Font`.
|
||||
|
||||
:::warning
|
||||
OTF fonts do not appear in Visual Studio's Terminal settings, only TTF fonts. See [here][vs-otf] for more information.
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
@ -116,3 +127,4 @@ The `minimal` themes do not make use of Nerd Font icons.
|
|||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
||||
[configuration]: /docs/installation/customize
|
||||
[wt-issue-8993]: https://github.com/microsoft/terminal/issues/8993
|
||||
[vs-otf]: https://stackoverflow.com/questions/75252606/is-it-possible-to-use-nerd-fonts-as-the-font-for-terminals-in-visual-studio
|
||||
|
|
Loading…
Reference in a new issue