Been working with some db stuff and thought it would be nice to add a
few more associations
Release Notes:
- Added additional filetype associations in the project browser
89edb3d
fix templating bug for parseable entire files
KCaverly
created
49ef3e3
Put LiveKitBridge Swift build directory in `target` (#2812)
Click to expand commit body
Helps it get caught in a cargo clean. Joseph was having trouble building
a specific version of the app and deleting the Swift build dir for this
package resolved it. He had run cargo clean which would have handled
that if the Swift build dir was in `target` which this patch does
Release Notes:
- N/A
6184c60
disable wrap guides in the assitant panel (#2814)
Click to expand commit body
Wrap guides do not look correct in the assistant due to it's current
header styling. Disable them in that context now.
Release Notes:
- Fix a visual bug displaying when enabling wrap guides in the
assistant.
3f2f3bb
Fix crash when deleting a long line in visual line mode
Conrad Irwin
created
5edcb74
Add support for visual ranges ending with a newline
Click to expand commit body
These primarily happen when first entering visual mode, but can also
be created with objects like `vi{`.
Along the way fix the way ranges like `vi{` are selected to be more
similar to nvim.
ac35dae
Add channels panel with stubbed out information
Click to expand commit body
co-authored-by: nate <nate@zed.dev>
Mikayla Maki
and
nate
created
e6f3e0a
Reattempt Node installation if the installation itself errors (#2808)
Click to expand commit body
This also makes us a bit more aggressive about reinstalling Node
Fixes
https://linear.app/zed-industries/issue/Z-2697/language-server-error-html-failed-to-iterate-over-archive
Release Notes:
- Improved the Node runtime re-installation mechanism for language
servers.
Julia
created
46101bf
Reattempt Node installation if the installation itself errors
Click to expand commit body
This also makes us a bit more aggressive about reinstalling Node
Julia
created
b8690ec
Update release action to choose between preview and stable URL in Discord announcements
Click to expand commit body
This is what ChatGPT told me, so we'll see.
Joseph T. Lyons
created
5d8370e
Don't highlight project search matches either (#2807)
Click to expand commit body
@JosephTLyons this is probably worth merging alongside #2803
- vim: Fix a bug where focusing project search results unexpectedly
entered visual mode
Conrad Irwin
created
fac0e2d
Don't highlight project search matches either