MEP shouldn't check for Replacements and Variables folders when feature.enableReplacements=false
Closed this issue · 1 comments
michaelkonecny commented
Even though I set feature.enableReplacements
to false
in my CustomProps,
I still get the message
Initializing MEP: Live Templates has been disabled for one or both following reasons:
* No Replacement folder found in "C:\Program Files\MATLAB\R2020b\MEP
* No Variables folder found in "C:\Program Files\MATLAB\R2020b\MEP\Replacements"
please set "path.mepr.rep" and "path.mepr.var" manually
on startup.
I would expect this initialization not to be done at all when feature.enableReplacements==false
, the message is only confusing.
GavriYashar commented
I absolutely agree.