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

Massive multi-instance bug! #64

Open tamlin-mike opened 5 years ago

tamlin-mike commented 5 years ago

Run two instances of Visual Studio, let's call them A and B.

Open a document in instance A, record and playback a macro, it is modifying the document in VS instance A.

Switch to VS instance B, record and try to play back a macro. It seems as if nothing happens. At all. Now switch back to VS instance A, and see how the document in that instance has been modified!