Titas Bučelis
Titas Bučelis
Hi, Are there any plans to add .NET Framework support in the future? In particular I am interested in versions 4.7/4.8. Is Framework not supported because it is not really...
Calling `code` command via `system()` throws the following error: ```MATLAB >> system('code') Loading "minimist" failed Error: Cannot find module 'minimist' Require stack: - C:\Users\user1\AppData\Local\Programs\Microsoft VS Code\resources\app\out\cli.js at Function._resolveFilename (node:internal/modules/cjs/loader:1084:15) at...
Using `edit()` or `open()` opens files in MATLAB editor instead of VSCode Example: ```MATLAB edit whos ```
When using links (` `) in VSCode using `disp()` or `fprintf()` it does not get printed as a clickable link. Example: ```MATLAB disp('Open edit.m line 200!') ``` Output in VSCode:...
I tend to use multiple MATLAB instances to be able to run multiple blocking codes at the same time, this is fairly simple in MATLAB where I can simply open...
When using `[\b – ]\b` couple in `fprintf()` in VSCode there are 2 issues compared to the standard MATLAB command window: - output has a trailing `]` - output is...