You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed Tailwind autocompletes not appearing in template literals.
Fixed Python language server not launching without a network connection.
Fixed a case where language server download statuses could be skipped.
Fixed a case where language server diagnostic progress could get stuck when restarting a language server.
Fixed a bug that was preventing certain keystrokes from being shown in tooltips.
Fixed a bug that was preventing errors from being shown in the inline assistant when it was still deployed.
Fixed a bug with multi-key shortcuts with modifiers.
Fixed inlay hint highlights causing panic for certain cases with multi-byte characters.
Fixed a panic that happened sometimes when collaborating
Fixed some issues with international keybindings. Zed now consults the IME functionality when handling keyboard shortcuts. This allows you to bind to characters (like " on a Brazilian keybaord, or $ on a Czech keyboard) that aren't typed with an unmodified key ((#1981), (#1913)).
Vim
Fixed counts with operators (2yy, d3d, etc.) ((#1496), (#970)).