lsp-mssql icon indicating copy to clipboard operation
lsp-mssql copied to clipboard

Some sort of missing API point on connection.

Open simurgh9 opened this issue 4 years ago • 1 comments

When I run M-x lsp-mssql-connect and selected the server, I get: lsp-request: method not supported: connection/connect. I am running sqls Version:0.2.19, Revision:a2584ef and Emacs 28. Here are my configs,

(use-package lsp-mssql
  :custom (lsp-mssql-connections
           [(:server "<redacted>"
             :database "<redacted>"
             :user "<redacted>"
             :password "<redacted>")])
  :hook
    (sql-mode . lsp))

simurgh9 avatar Sep 23 '21 23:09 simurgh9

I recommend getting the latest build for your OS from https://github.com/microsoft/sqltoolsservice/releases

Fuco1 avatar Mar 16 '23 15:03 Fuco1