-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute startup.m / finish.m automatically #214
Comments
Thanks for raising this suggestion! Do you want the same |
Hi. @dklilley , thanks for the response! In my case, I would like the same Additionally, in my environment, these scripts are located in the MATLAB PATH, and it seems that the same PATH can be referenced by the MATLAB session connected by the extension. |
Thanks for the confirmation! It appears that the |
I see! In my environment as well, by adding |
Updating to a bug |
Is your feature request related to a problem? Please describe.
Yes, I believe that the feature to automatically execute
startup.m
andfinish.m
scripts, similar to the MATLAB desktop environment, is not yet implemented in this extension. This is crucial for users who rely on these scripts for their workflow.Describe the solution you'd like
I would like this extension to be enhanced to automatically execute
startup.m
when a MATLAB session is initiated from VSCode, andfinish.m
when the MATLAB session is terminated or the VSCode window is closed.Describe alternatives you've considered
The only alternative I can think of is to manually execute these scripts via the MATLAB command line, which is not as efficient.
Additional context
In my workflow, I use
finish.m
to track and manage the time I spend using MATLAB.MATLAB : 24.2.0.2773142 (R2024b) Update 2
VSCode : 1.96.4 (user setup)
OS : Windows_NT x64 10.0.22621
The text was updated successfully, but these errors were encountered: