From 0422535ec67323ca749ba2dd21b58c631842ea10 Mon Sep 17 00:00:00 2001 From: Divyanshu Tomar Date: Sat, 23 Dec 2017 15:55:52 +0530 Subject: [PATCH] Added additional instructions for VSCode --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index d066cca..0c822ed 100644 --- a/readme.md +++ b/readme.md @@ -37,3 +37,10 @@ cd fonts 3. Install '**Inconsolata for Powerline**'. (Refer to the [powerline-fonts repo](https://github.com/powerline/fonts) for help on font installation.) 4. Replace the `~/.minttyrc` file with the `.minttyrc` file in this repo. 5. Restart your terminal. + +#### Visual Studio Code Settings +By default VSCode integrated terminal won't be able to pick the powerline fonts directly.To make this work, you need to update the integrated terminal font family property.Follow the steps below: +1. Open VS Code preference settings(`[CMD + ,]` for macOS). +2. Add the following key to the user settings + `"terminal.integrated.fontFamily": "Inconsolata for Powerline"` +3. Save and Restart. \ No newline at end of file