DEV Community

Discussion on: Show off your VSCode Setup 👩🏻‍💻💯

 
alexandru profile image
Alexandru019

{
"editor.linkedEditing": true,
"tabnine.experimentalAutoImports": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "fluent-icons",
"editor.renderWhitespace": "none",
"git.autofetch": true,
"git.confirmSync": false,
"window.zoomLevel": -1,
"php.validate.executablePath": "C:\php\php.exe",
"workbench.colorTheme": "Dracula",
"editor.fontLigatures": null,
"editor.fontFamily": "Lilex,Consolas, 'Courier New', monospace"

}

Thread Thread
 
alexandru profile image
Alexandru019

I have solved it by myself.
editor.fontLigatures was in null , i changed to true .
Thank you anyway

Thread Thread
 
t7yang profile image
t7yang

hmm... I'm not sure why. But some suggestions for you:

  • check Lilex font has installed properly on you os.
  • restart you os
  • use a portable fresh vscode to check whether it work with Lilex or not. (download vscode zip version, extract and run with a empty data folder same level with code.exe, if you running on Windows)