From c542e658a9a0727a605ac6d97b707afbf067c0ce Mon Sep 17 00:00:00 2001 From: jensdevloo Date: Thu, 12 Jan 2023 18:34:00 +0100 Subject: [PATCH] docs: instructions on using NF in VS Code terminal (#3359) --- website/docs/installation/fonts.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/installation/fonts.mdx b/website/docs/installation/fonts.mdx index 4c0d196f..97bf8298 100644 --- a/website/docs/installation/fonts.mdx +++ b/website/docs/installation/fonts.mdx @@ -44,6 +44,17 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,` } ``` + +#### VS Code + +When using Visual Studio Code, you will need to configure the integrated Terminal to make use of the Nerd Font as well. This can be done by changing the `Integrated: Font Family` value in the Terminal settings (default shortcut: `CTRL + ,` and search for `Integrated: Font Family` or via `Users` -> `Features` -> `Terminal`). + +If you are using the JSON based settings, you will need to update the `terminal.integrated.fontFamily` value. Example in case of `MesloLGM NF` Nerd Font: + +```json +"terminal.integrated.fontFamily": "MesloLGM NF" +``` + ### Other Fonts If you are not interested in using a Nerd Font, you will want to use a theme which doesn't include any Nerd Font icons.