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
Added support for displaying ESLint diagnostics for JavaScript/TypeScript projects with an ESLint configuration.
Added the ability to disable Copilot for specific file paths, using glob patterns. Click 'Hide Suggestions for This Path' in the copilot menu to populate this setting with an initial glob for the current file.
Improved Markdown rendering in editor hover popovers.
Bug Fixes
Fixed a bug where the Copilot server would continue to run after qutting Zed.
Fixed a bug that prevented the project panel from being deployed via the mouse
Fixed a crash that could happen when going to a definition pointing to more than one location
Fixed a big where copilot could get stuck in logged out state.