vscode-matlab-interactive-terminal icon indicating copy to clipboard operation
vscode-matlab-interactive-terminal copied to clipboard

Extremely small text on high-resolution screens

Open nicoandmee opened this issue 2 years ago • 1 comments

When running a MATLAB file using this extension, text appears very small: image

Is there a way to adjust this, perhaps through the use of some command-line switches when the Matlab command is run?

nicoandmee avatar Feb 05 '22 16:02 nicoandmee

Can you try to use the following line of code before launching your GUI app? s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.5

If this fixes with this value (or another), I may be able to implement a user setting for the scale factor that is run every time MATLAB engine is run through the extension.

apommel avatar Apr 04 '22 08:04 apommel