-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When launching the simulink difftool via command-line (see [1]), a new session of MATLAB is opened rather than the existing session of MATLAB used by VSCode.
This is not useful as this means paths are not setup appropriately and it results in missing subsystem references.
Describe the solution you'd like
When launching the simulink difftool via command-line, the existing instance of MATLAB used by VSCode would be used to avoid opening a new MATLAB process.
Example command using the mlDiff definition in [1]: git difftool --no-prompt -t mlDiff origin/master -- Model/fileA.slx
Describe alternatives you've considered
Opening MATLAB separate from VSCode works without issue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request