Matlab-Code-Run-for-VS-Code
Matlab-Code-Run-for-VS-Code copied to clipboard
This repo contains the code for the "Matlab Code Run" extension for Visual Studio Code,
Add file selection to command `extension.runMatlab` so we can run a chosen file instead of the current file.
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
macOS 10.14.5 VScode 1.35.1 MATLAB R2018b I can run matlab in terminal with command "matlab -nodesktop -nosplash -r "test""  And also set the matlab path in the vscode settings....
I can't run MATLAB files after disposing the Terminal with the 🗑 icon. It may be related to an improper disposing of the MATLAB Terminal, where the extension doesn't understand...
Is it possible to evaluate selected lines?
If the pathfile contains spaces, the Matlab prompt appears but says it cannot find the file. The fix right now is to manually add " " around the pathfile. Might...
I tested it on Windows 8.1 and it's working somehow. However there are 2 issues: * instead of displaying the text output in VS Code build-in console, it launches a...