File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/hls-rename-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
{-# LANGUAGE ScopedTypeVariables #-}
10
10
{-# LANGUAGE TypeApplications #-}
11
11
12
- module Ide.Plugin.Rename (descriptor ) where
12
+ module Ide.Plugin.Rename (descriptor , E. Log ) where
13
13
14
14
#if MIN_VERSION_ghc(9,2,1)
15
15
import GHC.Parser.Annotation (AnnContext , AnnList ,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import Test.Hls
12
12
main :: IO ()
13
13
main = defaultTestRunner tests
14
14
15
- renamePlugin :: PluginDescriptor IdeState
16
- renamePlugin = Rename. descriptor mempty " rename"
15
+ renamePlugin :: PluginTestDescriptor Rename. Log
16
+ renamePlugin = mkPluginTestDescriptor Rename. descriptor " rename"
17
17
18
18
-- See https://github.com/wz1000/HieDb/issues/45
19
19
recordConstructorIssue :: String
You can’t perform that action at this time.
0 commit comments