I created a ASP.NET Core project with Visual Studio 2019 and I added a .html file. When I double click on the file, VS only opens it in edge, instead of opening it in editor. When I drag and drop the file on the editor windows, it's still the same.
When I add a .txt file to the project, it gets opened in the default windows 10 text editor.
How can I open html project files in VS editor by default?
