Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some sort of missing API point on connection. #9

Open
simurgh9 opened this issue Sep 23, 2021 · 1 comment
Open

Some sort of missing API point on connection. #9

simurgh9 opened this issue Sep 23, 2021 · 1 comment

Comments

@simurgh9
Copy link

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))
@Fuco1
Copy link
Collaborator

Fuco1 commented Mar 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants