madskristensen / FileNesting

Nest files in Solution Explorer
Other
118 stars 59 forks source link

An item with the same key has already been added. #23

Closed maboivin closed 10 years ago

maboivin commented 10 years ago

Hi, I get this error message "An item with the same key has already been added" in a message box when I try to nest (right click/File Nesting/Nest item...) a js file and also a js.map file generated by a ts file. Even if I add those files to the project, I get the same result. I didn't take a look at the code yet, but I guess there's a dictionary involved there...

My project is an ASP.NET web app with many other ts files in the Scripts folder. The name of the file is something like company.area.module.ts (.js and .js.map). There are also other folders under Scripts.

Could you please take a look?

Thanks.