Skip to content

Commit 45b2c4b

Browse files
committed
Downgrade server binary version to v1.14.12
Seems like higher versions have some problems to connect to the chat with and error "E0909 18:12:42.996797 81468 interceptor.go:49] /exa.language_server_pb.LanguageServerService/AddTrackedWorkspace: file:///path/to/root/dir is hidden: ignore uri\n" For some reason it detect any workspace root dir as hidden. Also binary vesrions v.1.16+ break autocompletion too.
1 parent 4704bcf commit 45b2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neocodeium/binary.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local fn = vim.fn
1515
---@field path filepath
1616
---@field suffix? string
1717
---@field sha? string
18-
local Bin = { version = "1.14.15" }
18+
local Bin = { version = "1.14.12" }
1919

2020
-- Auxiliary functions ------------------------------------- {{{1
2121

0 commit comments

Comments
 (0)