kilbd

Results 20 comments of kilbd

I finally had time to play with some Rust code, and I think you're right that Issues are the best way to alert users that there was a formatting error....

Thanks for the vote of confidence – it really means a lot! I apologize for not responding to this issue sooner, but I had a busy summer and now Nova...

Please let me know if this is still an issue in the latest version (if you're still using this extension). Thanks!

It's been a while, so I can't comment on why I believed the client was disposable 😅. Thanks for scouring the docs for this issue! I'll work on fixing this...

I definitely considered providing debugger support when it launched with Nova 9. I haven't pursued it for a few reasons. The primary reason was "because it's hard." I couldn't find...

The adapter isn't for *Rust* to LLDB, but for *Nova* to LLDB. A debug adapter is something that "wraps" a debugger and communicates with an editor via JSON messages that...

I'm having a tough time chasing down what's going on with this issue. Ostensibly, the Rust Analyzer binary [should be taking care of this itself](https://github.com/rust-lang/rust-analyzer/issues/5333). It seems to _eventually_ pick...

So I dug a little deeper, and the watch is actually not happening within the RA binary. [As defined in the LSP spec](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWatchedFiles), it is the responsibility of _the client...

😔 I know. It's crushing to keep running into obstacles. I do appreciate how much better you've made this extension, so I hope you find the best tool for you.

I should probably mention for anyone visiting this ticket now that this extension restarts Rust Analyzer when changes to `Cargo.toml` are detected. I'm leaving this issue open only to remind...