How can you force Visual Studio Code to format blazor (.razor) files correctly?
Setting lanquage mode to: aspnetcoderazor does not format the code, however set to html completely corrupts the formatting of the @code block.
I would like to both types of code to be formatted correctly for each code type (HTML and C#).