File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import Control.Monad
26
26
import qualified Data.Aeson as J
27
27
import qualified Data.Default
28
28
import Data.Either
29
+ import Data.Hashable (unhashed )
29
30
import qualified Data.List as List
30
31
import qualified Data.Map as Map
31
32
import Data.Maybe
@@ -599,7 +600,7 @@ getClientConfig lf = fromMaybe Data.Default.def <$> LSP.config lf
599
600
-- You can use this function to access it from shake Rules
600
601
getClientConfigAction :: Action Config
601
602
getClientConfigAction = do
602
- mbVal <- useNoFile_ GetClientSettings
603
+ mbVal <- unhashed <$> useNoFile_ GetClientSettings
603
604
logm $ " getClientConfigAction:clientSettings:" ++ show mbVal
604
605
case J. fromJSON <$> mbVal of
605
606
Just (J. Success c) -> return c
You can’t perform that action at this time.
0 commit comments