Function etc. italics in VS Code
Put this in your settings.json
"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": ["storage.type"],
      "settings": { "fontStyle": "italic" }
    }
  ]
},Last updated on August 5, 2023
Put this in your settings.json
"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": ["storage.type"],
      "settings": { "fontStyle": "italic" }
    }
  ]
},