File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.11.3] - 2023-08-06
9
+ ### Fixed
10
+ - Fix bug that broke codelens auto-refresh and lsp stop/restart [ #229 ] ( https://github.com/mrcjkb/haskell-tools.nvim/issues/229 ) .
11
+
8
12
## [ 1.11.2] - 2023-08-03
9
13
### Fixed
10
14
- Cabal: Do not advertise ` server_capabilities ` for ` foldingRangeProvider `
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ util.cabal_client_name = 'haskell-tools.nvim (cabal)'
20
20
--- @return lsp.Client[] haskell_clients
21
21
--- @see util.get_clients
22
22
function util .get_active_haskell_clients (bufnr )
23
- return util .get_clients { bufnr = bufnr , name = util .cabal_client_name }
23
+ return util .get_clients { bufnr = bufnr , name = util .haskell_client_name }
24
24
end
25
25
26
26
--- @param bufnr number the buffer to get clients for
You can’t perform that action at this time.
0 commit comments