stylix icon indicating copy to clipboard operation
stylix copied to clipboard

VSCODE: add font size settings

Open no-mood opened this issue 6 months ago • 1 comments

Currently, the HM VS Code module sets the font but not its size. There are many options we can set, here is an example:

    "customPresentationMode.overrides": {
        "debug.console.fontSize": 26,
        "editor.fontSize": 26,
        "markdown.preview.fontSize": 26,
        "terminal.integrated.fontSize": 26,
    },
    "debug.console.fontSize": 16,
    "editor.fontSize": 16,
    "markdown.preview.fontSize": 16,
    "terminal.integrated.fontSize": 16,

We could set them according to the four types

no-mood avatar Aug 17 '24 00:08 no-mood