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

Error "Could not find a part of the path" #7

Closed xyzzer closed 8 years ago

xyzzer commented 8 years ago

When I try to record a macro after installing I get this dialog:

Could not find a part of the path 'C:\Users\filips\AppData\Local\Microsoft\VisualStudio\14.0\Macros\Macros\Current.js'.

It turns out that indeed - there is no Macros\Macros folder under C:\Users\filips\AppData\Local\Microsoft\VisualStudio\14.0\

Creating the two subfolders seems to fix the problem.

justcla commented 8 years ago

This is a known issue. Contributions welcome. Thanks!

justcla commented 8 years ago

When the Macro Explorer opens for the first time, it creates those folders (and copies the samples there).

So a good workaround is to open the Macro Explorer first.

justcla commented 8 years ago

Fixed in pull request #13

justcla commented 8 years ago

Fixed in version 1.2.0