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

Sample macros get reverted on VS restart #15

Closed justcla closed 8 years ago

justcla commented 8 years ago

You can edit the sample macros and use them inside your Visual Studio session. But when VS restarts, the sample macros get reverted to their original state and the edited version is lost.

Steps to reproduce:

justcla commented 8 years ago

Fixed with pull request #16