F# double click on file creates a copy in VS

Viewed 151

If I double click on a source file in Visual Studio F# project and accidentally slightly move the mouse even a tiny bit down (a few pixels suffice), then VS "renames" the file into a copy.

For example file SomeSource.fs becomes Copy of SomeSource.fs. The original file at that point "disappears" and the copy is added at the end of the project. The issue happens on all computers that I use and only in F# but not in C#.

It seems that there should some setting in VS, which tells it to do that. How to disable that thing?

Thanks.

1 Answers
Related