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

Saving a macro on VS2017 fails #59

Open OfekShilon opened 6 years ago

OfekShilon commented 6 years ago

100% reproducible: I record a macro in VS2017, consisting in a short sequence of replace's. I stop recording and try to save the macro, resulting in one of the two errors: -Cannot create a file when that file already exists. or: -Object reference not set to an instance of an object.