Marshall Bowers

Results 367 comments of Marshall Bowers

This is a problem with `rust-analyzer`. Here's the upstream issue: https://github.com/rust-lang/rust-analyzer/issues/16614 It looks like they landed a fix in the latest nightly, so it should be available soon (on Monday,...

This is a **tracking issue** for our plan for Linux support. Let’s not get into a debate about X11 vs Wayland here. If you’d like to discuss the merits/downsides of...

As @baldwindavid mentions, we already have this functionality available: - The `editor: sort lines case sensitive` and `editor: sort lines case insensitive` commands will sort the selected lines - The...

This is already supported by the `tabs.close_position` setting: ```json "tabs": { "close_position": "left" }, ```

Are you sure these are present in the `.dmg`? That directory is where we install the Node runtime that gets downloaded when it's needed: https://github.com/zed-industries/zed/blob/5db7e8f89ee4f5d9801a2eab88adc1db3fda0f46/crates/node_runtime/src/node_runtime.rs#L59-L115

> `node/openssl/archs` contains almost 50 MB of unneeded files. Removing them would help people on slow metered internet connections. If the files are already being downloaded by Node, what would...

> I created the migration by hand which I'm not sure is correct (based on the timestamps I saw on the other migrations). Yea, there’s a `sqlx` command you can...

> +1 Please add a “👍🏻” reaction to the main issue to show your support for an issue. Not only does this prevent noise in the comments, but we also...