fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
348 stars 73 forks source link

Add missing permission to copy-paste f# files #273

Closed farlee2121 closed 1 year ago

farlee2121 commented 1 year ago

I noticed file tree items wouldn't copy inside F# projects, but C# projects and folders inside F# projects were fine.

Adding a F# permissions to the copy command fixes this behavior, assuming it was unintended.

fernandoescolar commented 1 year ago

Thanks!