KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
73 stars 35 forks source link

Razor Page format error #57

Closed mihaluo closed 2 years ago

mihaluo commented 2 years ago

in the cshtmlTemplate.ts const cshtmlFilePath = ${pathWithoutExtension}.xaml; const csFilePath = ${pathWithoutExtension}.xaml.cs; Causes a razor file format problem to be created

KreativJos commented 2 years ago

Wow, that is a stupid mistake... Should be .cshtml & .cshtml.cs for sure.