提交 cdda7566 编写于 作者: J Jason Malinowski

Remove the constant for the .editorconfig experiment

This constant was no longer used.
上级 90273de8
......@@ -64,7 +64,6 @@ public Task<ImmutableArray<CodeFix>> GetFixesAsync(Project project, IEnumerable<
private static ImmutableArray<CodeFix> GetConfigurations(Project project, IEnumerable<Diagnostic> diagnostics, CancellationToken cancellationToken)
{
// Bail out if NativeEditorConfigSupport experiment is not enabled.
if (!EditorConfigDocumentOptionsProviderFactory.ShouldUseNativeEditorConfigSupport(project.Solution.Workspace))
{
return ImmutableArray<CodeFix>.Empty;
......
......@@ -34,7 +34,6 @@ internal static class WellKnownExperimentNames
public const string PartialLoadMode = "Roslyn.PartialLoadMode";
public const string TypeImportCompletion = "Roslyn.TypeImportCompletion";
public const string TargetTypedCompletionFilter = "Roslyn.TargetTypedCompletionFilter";
public const string NativeEditorConfigSupport = "Roslyn.NativeEditorConfigSupport";
public const string TriggerCompletionInArgumentLists = "Roslyn.TriggerCompletionInArgumentLists";
public const string SQLiteInMemoryWriteCache = "Roslyn.SQLiteInMemoryWriteCache";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册