apommel / vscode-matlab-interactive-terminal

VS Code extension allowing for an interactive Matlab terminal and launching of scripts through Matlab Engine for Python
MIT License
46 stars 9 forks source link

Extremely small text on high-resolution screens #47

Open nicoandmee opened 2 years ago

nicoandmee commented 2 years ago

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?

apommel commented 2 years ago

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.