Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit b95cc31

Browse files
author
Mike Krüger
committed
Needed to disable ConvertToInitializerAction.
Sometimes it seems to lock up & the performance is bad.
1 parent 9730a21 commit b95cc31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ICSharpCode.NRefactory.CSharp.Refactoring/CodeActions/ConvertToInitializer/ConvertToInitializerAction.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
namespace ICSharpCode.NRefactory.CSharp.Refactoring
3030
{
31-
[ContextAction("Convert to initializer",
32-
Description = "Converts a set of assignments and .Add() calls to an initializer.")]
31+
// [ContextAction("Convert to initializer",
32+
// Description = "Converts a set of assignments and .Add() calls to an initializer.")]
3333
public class ConvertToInitializerAction : CodeActionProvider
3434
{
3535
#region ICodeActionProvider implementation

0 commit comments

Comments
 (0)