GavriYashar/Matlab-Editor-Plugin

MEP shouldn't check for Replacements and Variables folders when feature.enableReplacements=false

Closed this issue · 1 comments

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.

I absolutely agree.