diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-09-03 11:10:11 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-09-03 11:10:11 +0300 |
commit | c2c3171927639b4da22972cbab817c08954d8d67 (patch) | |
tree | 88993cc2b9b6d7d25a74884c41d3a1572073ceeb /README.md | |
parent | b5f4d27c745a5e678900a6872cd4ef4c0788367a (diff) |
extra verbose instructions for vscode font changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -541,11 +541,13 @@ applications on your system. Configure your terminal to use this font: and select `MesloLGS NF` family. - **Hyper**: Open *Hyper → Edit → Preferences* and change the value of `fontFamily` under `module.exports.config` to `MesloLGS NF`. -- **Visual Studio Code**: Open *File → Preferences → Settings*, enter - `terminal.integrated.fontFamily` in the search box and set the value to `MesloLGS NF`. +- **Visual Studio Code**: Open *File → Preferences → Settings* (PC) or + *Code → Preferences → Settings* (Mac), enter `terminal.integrated.fontFamily` in the search box at + the top of *Settings* tab and set the value below to `MesloLGS NF`. Consult [this screenshot]( https://raw.githubusercontent.com/romkatv/powerlevel10k-media/95a96c1555866350feb3ae2e86c3d5c101725174/visual-studio-code-font-settings.jpg) - to see how it should look like. + to see how it should look like or see [this issue]( + https://github.com/romkatv/powerlevel10k/issues/671) for extra information. - **GNOME Terminal** (the default Ubuntu terminal): Open *Terminal → Preferences* and click on the selected profile under *Profiles*. Check *Custom font* under *Text Appearance* and select `MesloLGS NF Regular`. |