Skip to content

Commit e705ac0

Browse files
committed
Avoid test-breaking plugin descriptor change
It changes the order in which code actions get listed. Some of the code action tests are not very smart and break.
1 parent d90a2aa commit e705ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ idePlugins includeExamples = pluginDescToIdePlugins allPlugins
6060
, Brittany.descriptor "brittany"
6161
#endif
6262
, Eval.descriptor "eval"
63-
, ExplicitImports.descriptor "explicitImports"
63+
, ExplicitImports.descriptor "importLens"
6464
, ModuleName.descriptor "moduleName"
6565
, Hlint.descriptor "hlint"
6666
]

0 commit comments

Comments
 (0)