We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a57583 commit ad7a566Copy full SHA for ad7a566
VsIntegration/SpecFlowSingleFileGenerator.cs
@@ -38,7 +38,9 @@ public class SpecFlowSingleFileGenerator : BaseCodeGeneratorWithSite
38
{
39
protected override string GetDefaultExtension()
40
41
- return ".feature.cs";
+ CodeDomProvider provider = GetCodeProvider();
42
+
43
+ return ".feature." + provider.FileExtension;
44
}
45
46
protected override string GenerateCode(string inputFileContent)
0 commit comments