Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace FineCodeCoverage.Engine.MsTestPlatform.CodeCoverage
[Export(typeof(IVsRunSettingsWriter))]
internal class VsRunSettingsWriter : IVsRunSettingsWriter
{
private const string projectRunSettingsFilePathElementName = "RunSettingsFilePath";
private const string projectRunSettingsFilePathElementName = "RunSettingsFilePath";
private readonly IServiceProvider serviceProvider;
private readonly IProjectSaver projectSaver;
private readonly IProjectFilePropertyWriter projectFilePropertyWriter;
Expand Down
Loading