Piotr Osiewicz
Piotr Osiewicz
> Besides the gains here, this allows serde_json and friends to depend on serde_core, preventing packages using serde w/ derive from serializing things. I wonder, is there a clear migration...
I don't have anything to add from my side (sans https://github.com/serde-rs/serde/pull/2608#issuecomment-2204657621, though I did not go ahead with this for the lack of feedback), so I'd expect it to be...
Is this still an issue for you?
I can reproduce the stalls when opening an artificial project with 100k files in it. Notably this project doesn't have .git folder, which means that we're not necessarily bound by...
You're welcome @jh3y - did the recent changes improve the situation anyhow for you?
For what it's worth, we've recently landed support for snippets in https://github.com/zed-industries/zed/pull/13253
Do you mean that `` is getting de-indented?
No, I'm sorry, I haven't looked into it yet. A wild guess is that formatting gets applied to completions automatically, which may not be desired for snippets. If so, we...
I've looked into this following https://x.com/iangrayhazzard/status/1792720672701268178 and it seems like we just don't do renaming for HTML language server? VSCode sends out a request for rename according to LSP spec...
@corneliusio Sure, you can disable it with: ``` "languages": { "language-you-want-to-disable-linked-editing-for": { "linked_edits": false } } ```