rick3rt

Results 6 comments of rick3rt

I have a (somewhat hacky) solution to run `.m` files in an open Matlab session on Windows. It involves an additional extension in VSCode and having to run AutoHotKey, but...

@GitDor allright, I created a repo with the guide. Hope I didn't miss a step... https://github.com/rick3rt/vscode-run-matlab Let me know what you think!

The [vscode-icons](https://github.com/vscode-icons/vscode-icons) extension has a Matlab icon: ![image](https://user-images.githubusercontent.com/33986786/63512785-e419e280-c4e4-11e9-95ee-9b969aa7a05f.png) No `.mat` file support though, and also no difference between functions, scripts and classes.

> It's almost work perfectly, but doesn't work when you sync from local -> remote Since upload local -> remote also still works, you can apply this patch to avoid...

@Webbeh I see that this discards all errrors, but your fix didnt solve the erorr on upload local -> remote for me. The error vscode throws me is 'Handle is...

ah indeed, the paths in the default startup.m work, my mistake. Then my feature request would actually be to set the path to a custom startup file in the vscode...