Elliot Klein

Results 6 issues of Elliot Klein

## Describe the bug The language server seems to be checking the wrong capability (`rangeFormatting`) to determine whether to dynamically register its whole-document `formatting` capability with the client. There's an...

Repro: https://codesandbox.io/s/infallible-wozniak-s6qvcn?file=/src/App.tsx (see that the text is printed in the console) This is easy to work around (I have a wrapper around `allotment` that just only includes `children` if `visible`),...

Repro: https://codesandbox.io/s/infallible-rumple-x4hhfk?file=/src/App.tsx If you have two panes and the first one has `visible={false}`, the second pane will still show a separator on the left side. At first glance, I think...

Updates lint configuration from `workspace/configuration` requests in in addition to `workspace/didChangeConfiguration` notifications. AFAICT this is a simple change, but haven't figured out how to connect to a local dev server...

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...

Standardize casing and tense of SQLint messages. Thanks for all your work on this great project! :smiley: