microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

When there is an error in to the JS code (Syntax error) the macro is not execute but the previous one is #47

Open EmkioA opened 7 years ago

EmkioA commented 7 years ago

If you build a macro and select it and run it, if there is syntax error, the macro will not ask to save, and will not be execcute. There will be no error at all. It will execute the previous selected macro.

It maybe explain the inconsistency when you try to rerun a macro after modifying it.