How do I get Visual Studio Code to display italic fonts in formatted code?

后端 未结 10 987
旧时难觅i
旧时难觅i 2020-12-22 16:22

How do I configure VS Code to support italic styles, like in this picture?

\"\"

My current settings:

10条回答
  •  遥遥无期
    2020-12-22 16:47

    I know this is somewhat an old question but I found myself on this thread when I was trying to set up operator mono on my Windows machine and had to spend sometime on it to make it work but if anyone else is looking for this it turns out it's as simple as the following on VS Code:

    1. Install Operator Mono Dark Theme
    2. Add the following to your settings.json:
    "workbench.colorTheme": "Operator Mono Dark Theme",
    "editor.fontFamily": "Operator Mono Light"
    

    and that should do it.

提交回复
热议问题