Skip to content

Commit

Permalink
Downgrade server binary version to v1.14.12
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
monkoose committed Sep 9, 2024
1 parent 4704bcf commit 45b2c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neocodeium/binary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local fn = vim.fn
---@field path filepath
---@field suffix? string
---@field sha? string
local Bin = { version = "1.14.15" }
local Bin = { version = "1.14.12" }

-- Auxiliary functions ------------------------------------- {{{1

Expand Down

0 comments on commit 45b2c4b

Please sign in to comment.