You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message=`This extension does not support MATLAB ${deprecationInfo.matlabVersion}. To make use of the advanced features of the extension or run MATLAB code, you must have MATLAB ${deprecationInfo.minVersion} or later installed.`
162
+
message=`This extension does not support MATLAB ${deprecationInfo.matlabVersion}. To use advanced features or run MATLAB code, install MATLAB ${deprecationInfo.minVersion} or later.`
message=`This extension no longer supports MATLAB ${deprecationInfo.matlabVersion}. To make use of the advanced features of the extension or run MATLAB code, you must have MATLAB ${deprecationInfo.minVersion} or later installed.`
164
+
message=`This extension no longer supports MATLAB ${deprecationInfo.matlabVersion}. To use advanced features or run MATLAB code, use a previous version of this extension or install MATLAB ${deprecationInfo.minVersion} or later.`
165
165
options.push(`Do not show again for ${deprecationInfo.matlabVersion}`)
message=`This extension will no longer support MATLAB ${deprecationInfo.matlabVersion} in a future release. To make use of the advanced features of the extension or run MATLAB code, you will need to have MATLAB ${deprecationInfo.futureMinVersion} or later installed.`
167
+
message=`This extension will no longer support MATLAB ${deprecationInfo.matlabVersion} in a future release. To use advanced features or run MATLAB code, you will need to have MATLAB ${deprecationInfo.futureMinVersion} or later installed.`
168
168
options.push(`Do not show again for ${deprecationInfo.matlabVersion}`)
0 commit comments