sql-language-server
sql-language-server copied to clipboard
Use lint configuration from workspace/configuration requests
Currently, the language server only updates its lint
configuration from workspace/didChangeConfiguration
notifications, even though it also pulls connections
using workspace/configuration
.
I think this should be a simple fix, opened a draft PR: #233