code-server-font-patch
code-server-font-patch copied to clipboard
This patchs code-server to enable load fonts (IBM Plex Mono and Fira Mono For Powerline) in server.
trafficstars
Code Server Font Patch
This patchs code-server to enable load fonts Fira Code in server.
Installation
- Clone this repository.
git clone https://github.com/tuanpham-dev/code-server-font-patch.git
cd code-server-font-patch
- Run this command (change
path-to-code-serverto your code-server path, leave it empty if you install code-server from installer or code-server is in/usr/lib/code-server):
sudo ./patch.sh [path-to-code-server]
Settings
You may need to set font family in code-server settings:
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",