-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Windows Explorer icons/associations for F# files #4017
Comments
Huh, I've never seen this happen before. I don't have this on my machine. |
Closing this out - @chadunit I still haven't seen this occur. Please do let me know if you see it again. |
@cartermp Here is a repro.
|
Same here. |
@cartermp, it seems there's now a repro and it still happens. Maybe specific to VMs? I haven't seen this either, and perhaps it's just that the windows explorer's icon cache needs to be reset. I suggest we reopen this? |
I'll re-open it, though I cannot reproduce it on a VM. |
I found that this issue was also logged under another project: |
Given that this is for .NET Core SDK projects, my guess is the project system bugs are the correct ones to track this. Thanks @chadunit! |
I had the same issue on a fresh win10 machine, no VM. |
Re-opening this, as it's an issue in our setup and not on the .NET project system Associated .NET project system bug: dotnet/project-system#3351 |
Confirm For example, for C# there are such Registry records
But where the F# icon is located I don't know. |
@xperiandri I created a repository with the registry entries: |
@blfuentes, cool! Thanks! |
After clean install of Windows 10 FCU:
Installed Visual Studio Community 15.4.4, with F# support selected, plus nightly Visual F# Tools.
Installed Visual Studio Community 15.5.0 Preview 4, with F# support selected, plus nightly preview Visual F# Tools.
Afterward, no custom icons or file associations for F# files in Windows Explorer:
This is not consistent with other file types such as C#, or with VS2015 which I'm pretty sure did set up Windows F# file associations.
I didn't do much between the 15.4 and 15.5 VS installs, so I don't know if they were possibly there in 15.4 and wiped out by 15.5.
The text was updated successfully, but these errors were encountered: