Conrad Irwin
Conrad Irwin
@Congyuwang Thanks for this, and sorry for the slow reply, it took a while to get familiar with the codepaths here. Two changes needed to get this merged: * Currently...
@hoodie Thank you for this (and for adding a test), will merge when CI passes. (also, if you're on a roll and excited to continue improving `ctrl-a`/`ctrl-x`, https://github.com/zed-industries/zed/issues/10400 has a...
Do you have telemetry enabled? That will also hit `collab.zed.dev` with usage data, panics and crashes.
Hmm! I wonder if we just spend energy keeping an idle unused connection open for you in case you change your mind... I've noticed that we see more reconnects on...
Looks like #1507 shouldn't have been closed. Retitling this to make it clearer it's a feature request. If anyone would like to pair with me on this, feel free to...
I think we should probably merge this (once the panic is fixed) and do uppercase marks as a follow up. We may be able to do a simple version of...
Looks like the select_ranges requires that the anchors are ordered correctly. I've updated our de-duping logic to not use a HashSet which seems to fix it.
I made some changes (somewhat recently) to how vim mode activates, but the intent is that it should work without a restart. I would also love to know a bit...
Great, thanks for the clarification – I'd missed you mentioned Linux in the original report. (Possible duplicate of #11090)
What is supposed to happen is: * Updating the settings writes the new file to disk * That file is being watched by https://github.com/zed-industries/zed/blob/325709ffcd2b305a34ca497eec2d12ffd05be4d9/crates/zed/src/main.rs#L294 * The watcher should cause the...