toramameseven / vbe-client-mini

Vba module export, import extension for vscode.
MIT License
2 stars 0 forks source link

When modules are locked, import fails. #3

Open toramameseven opened 2 years ago

toramameseven commented 2 years ago

When modules are locked: running with pause or displaying a message box, am import action fails. Before vbecm imports modules, once vbecm remove all modules. When modules are locked, a module same to locked one is imported with renamed . Ex. module1.bas to moduled11bas. Now we can not prevent this action. So please do not operate vbecm, when you are running vba on the Vbe editor.

toramameseven commented 2 years ago

vbecm will tests if a continue command and a pause command are enabled in the VBE in next version.