microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.99k stars 28.78k forks source link

cannot set a font included '+' in a name #11033

Closed usagi closed 7 years ago

usagi commented 8 years ago

Steps to Reproduce:

  1. install a font include '+' in a name; for example, I tried "Rounded Mgen+ 1mn medium" ( Japanese ).
  2. run the VSCode and open the settings.json
  3. set the font; for example, to set "editor.fontFamily": "Rounded Mgen+ 1mn medium".
  4. save the settings.json and repro( the font will be not applied ).
alexdima commented 7 years ago

@usagi Would it work if you were to enclose in a second pair of quotes:

"editor.fontFamily": "'Rounded Mgen+ 1mn medium'"

Does the font work for you in Chrome: http://codepen.io/anon/pen/ryxRXx

alexdima commented 7 years ago

Closing after a number of days without a response.