vs code editor font and windows versions under centos7 synchronization settings - Install Chinese fonts, landscaping vscode

"editor.fontFamily": "Consolas, ' Courier New', monospace"

copy out of the system from the window10 more fonts, to CentOS7, after decompression placed usr / share / fonts / chinese / , chinese for the new directory

sudo chmod 644 ** *
sudo mkfontscale
# fonts.scale create font file, which is used to control the font rotation scaling
sudo mkfontdir
# fonts.dir create font file, which is used to control the font bold italic produce
sudo fc-cache -fv
# creates a font cache information, that is, let the system know the font
and then configure the vscode in terminal.integrated.fontFamily.

First, install ZIP support tool
yum install -y unzip zip
Second, extract the zip file
unzip the .zip file
Third, a compressed zip file
zip file name .zip folder name or file name

Guess you like

Origin www.cnblogs.com/OnlyDreams/p/11208766.html