Khan Winter

Results 162 comments of Khan Winter

It's the `ShellIntegration` folder.

It actually might've been the server I was using. Swapping out the server used in that example with the one bundled in Xcode 14 (`xcrun --toolchain xcode -f sourcekit-lsp`) I...

> Also, one other thing. Are you encountering a crash or just a thrown error? I think I can reproduce the error with this input, but not a crash. In...

That could be something this library could handle but it seems like it could be out of scope. I'll leave that up to your discretion

There appears to be something wrong with autosave and saving files. I suspect the error mentioned has something to do with it.

Another note, it appears that errors thrown by the autosave are being logged but not handled. The noted error message when exiting may be due to that being the first...

> @thecoolwinter PTAL at my draft PR. I would like to verify whether I've implemented the idea in the proper way. I should have time today to check it out!

Sorry about the delay, I got sick and didn't have time for CodeEdit for a second. @Syrux64 looks like it's going great! I left a comment on that PR you...

Right now we have no way of terminating a language server process because that API isn't available. I've opened a PR on the [`LanguageClient`](https://github.com/ChimeHQ/LanguageClient/pull/25) package to make that API available.