Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arabic strings in visual studio code editor

Anyone knows how i can set visual studio code editor ( Microsoft editor ) to be able to display Arabic strings in the code. as the image shows , whenever i write Arabic strings it is displayed as squares.

image of the problem

I tried to take a look at the settings file and the character set was utf8! i was working with brackets and it works fine with Arabic strings ?

like image 415
Zakaria M. Jawas Avatar asked Nov 10 '22 02:11

Zakaria M. Jawas


1 Answers

You may add a font that support Arabic script, e.g. Courier New, into "editor.fontFamily" option.

like image 172
stone-zeng Avatar answered Dec 22 '22 23:12

stone-zeng