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.
assert
1 parent 1aded0f commit 646fdd9Copy full SHA for 646fdd9
lua/lspconfig/configs/julials.lua
@@ -7,7 +7,7 @@ local function activate_env(path)
7
local bufnr = vim.api.nvim_get_current_buf()
8
local julials_clients = vim.lsp.get_clients { bufnr = bufnr, name = 'julials' }
9
assert(
10
- #julials_clients == 0,
+ #julials_clients > 0,
11
'method julia/activateenvironment is not supported by any servers active on the current buffer'
12
)
13
local function _activate_env(environment)
0 commit comments