Font size is only applied to the current file, not the command console. If if zoom in manually then the font size is also applied to the console.
Here is my config.lua created with save-config:
do local _={
[""]={
font_size={
default=14
}
}
}
return _
end
Font size is only applied to the current file, not the command console. If if zoom in manually then the font size is also applied to the console.
Here is my config.lua created with save-config: