Horje
fix vscode font for terminal linux powerlevel10k Code Example
how to set powerline font in vscode
/* Download a powerline font like Cascadia Code PL and then add it to your 
                        VsCode settings.json using                         */
   
{
"terminal.integrated.fontFamily": "Cascadia Code PL",
}
Source: dev.to
fix vscode font for terminal linux powerlevel10k
Go into the settings.json file
Change ->
"terminal.integrated.fontFamily":"monospace",
to ->
"terminal.integrated.fontFamily":"MesloLGS NF",
save the file and your integrated vscode terminal should look correct




Shell

Related
unzip a .gz file in linux Code Example unzip a .gz file in linux Code Example
how to remove software from ubuntu Code Example how to remove software from ubuntu Code Example
ubuntu proxmox guest agent Code Example ubuntu proxmox guest agent Code Example
git check version of branch Code Example git check version of branch Code Example
git check current tag Code Example git check current tag Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13