drcika / apc-extension

https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension
MIT License
670 stars 26 forks source link

Font family changing is not working #143

Closed sleepymalc closed 9 months ago

sleepymalc commented 9 months ago

Just updated to the latest VS Code:

Version: 1.86.0 (Universal)
Commit: 05047486b6df5eb8d44b2ecd70ea3bdf775fd937
Date: 2024-01-31T10:29:15.765Z (1 day ago)
Electron: 27.2.3
ElectronBuildId: 26495564
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Darwin arm64 23.3.0

And suddenly the font-change doesn't work anymore. The following is my setup about font family:

// font
    "editor.fontFamily": "FiraCode-Retina",
    "scm.inputFontFamily": "FiraCode-Retina",
    "terminal.integrated.fontFamily": "FiraCode-Retina",
    "chat.editor.fontFamily": "FiraCode-Retina",
    "debug.console.fontFamily": "FiraCode-Retina",
    "editor.codeLensFontFamily": "FiraCode-Retina",
    "notebook.output.fontFamily": "FiraCode-Retina",
    "markdown.preview.fontFamily": "FiraCode-Retina",
    "editor.inlayHints.fontFamily": "FiraCode-Retina",
    "apc.font.family": "FiraCode-Retina",
    "apc.monospace.font.family": "FiraCode-Retina",
ImMyst commented 9 months ago

I encountered the same issue. I simply enabled the "APC extension" via the command and restarted VSCode. It is now functioning correctly.

sleepymalc commented 9 months ago

@ImMyst That's interesting and it does work somehow. I guess it's VS Code's fault.