(╥﹏╥)ContactContactFedi ↗Fedi ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
  • Archive
    • Write Freely
  • Blog
    • Goodbye, Mars
  • Dev
    • Bots
  • How To
    • Function Etc Italics in Vs Code
    • Nginx Reverse Proxy
    • Nord Vpn Headless
    • Side Channel Mitigations
  • Var
    • Enterprise Roots
    • Sandpack
    • Some Links
    • Svg from Dev Tools
    • Threads Embed
  • Introduction
  • Contact
  • Fedi ↗ (opens in a new tab)
  • Archive
    • Write Freely
  • Blog
    • Goodbye, Mars
  • Dev
    • Bots
  • How To
    • Function Etc Italics in Vs Code
    • Nginx Reverse Proxy
    • Nord Vpn Headless
    • Side Channel Mitigations
  • Var
    • Enterprise Roots
    • Sandpack
    • Some Links
    • Svg from Dev Tools
    • Threads Embed
Question? Give us feedback → (opens in a new tab)Edit this page
How To
Function Etc Italics in Vs Code

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
BotsNginx Reverse Proxy

© Joshua Byrd. 2024 on Nextra.