ceciliasharp / Extension.FolderToSolutionFolder

Visual Studio "15" extension
Apache License 2.0
31 stars 11 forks source link

Extension opens files but it shouldn't #14

Open jmbox80 opened 3 years ago

jmbox80 commented 3 years ago

The source folder I'm trying to add contains .bmp and .hlp files and as the extension tries to add these files it opens each and every one. In my case there are a couple hundred .bmp files and each one opens in a new Paint window.

ceciliasharp commented 2 years ago

This is how the add files to solution folders internal functions work, strange I know. But I can have a look at if the code can be change somehow.