nanotee / sqls.nvim

Neovim plugin for sqls that leverages the built-in LSP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No event is emitted when switching connections without a prompt.

nanotee opened this issue · comments

I was able to get this to work but only when SqlsSwitchConnection is called with no arguments. make_choice_handler looks like it is responsible for calling _dispatch_event which is bypassed when switching the connection without a prompt.

Originally posted by @ryanburda in #19 (comment)