We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7464c0c commit da0379bCopy full SHA for da0379b
plugins/hls-call-hierarchy-plugin/README.md
@@ -23,6 +23,8 @@ Enabled by default. You can disable it in your editor settings whenever you like
23
```
24
25
## Change log
26
+### 1.0.3.0
27
+Remove force update `HieDb` logic in queries.
28
### 1.0.1.0
29
- Support call from a type signature.
30
- Support call from a function pattern.
plugins/hls-call-hierarchy-plugin/hls-call-hierarchy-plugin.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: hls-call-hierarchy-plugin
3
-version: 1.0.2.0
+version: 1.0.3.0
4
synopsis: Call hierarchy plugin for Haskell Language Server
5
description:
6
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-call-hierarchy-plugin#readme>
0 commit comments