Commit log
31e906d
Avoid double borrow of views on `up` and `up_out` in `DragAndDrop`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
65c5605
Look for the main display always
Petros Amoiridis
created
3c54b14
Remove debugging information
Petros Amoiridis
created
5b40641
Take a target view when marking an element as draggable
Antonio Scandurra
created
b0cbd13
Remove stray `push_layer` from `EditorElement::paint`
Antonio Scandurra
created
e5192a4
Use update_default_global to filter command palette items for copilot
Antonio Scandurra
created
c76b979
Merge branch 'main' into window_context_2
Antonio Scandurra
created
d32a721
Remove stray `dbg!` statements
Antonio Scandurra
created
c7cc5bc
Render breadcrumbs for diagnostics multi-buffer
Julia
created
8e4cc54
Merge pull request #2397 from zed-industries/finally-fix-terminal-line-height
Click to expand commit body
Create a new setting to adjust the line height in the terminal
Mikayla Maki
created
Mikayla Maki
created
c72b70d
Fixed silly custom settings parsing
Mikayla Maki
created
f54ab73
Merge branch 'main' into finally-fix-terminal-line-height
Mikayla Maki
created
dfdc826
Create a new setting to adjust the line height in the terminal
Mikayla Maki
created
1b2e480
Remove unnecessary replace
Nathan Sobo
created
0bce80b
Fix remaining vim failures
Nathan Sobo
created
137d938
Initialize the active editor when vim mode is enabled
Click to expand commit body
Instead of waiting for a focus event. This makes more tests pass.
Antonio Scandurra
created
7b4b1d6
Use regex to make extraction bulletproof
Petros Amoiridis
created
Max Brunsfeld
created
Max Brunsfeld
created
65f7228
Merge pull request #2389 from zed-industries/save-panics-as-structured-data
Click to expand commit body
Save panics as structured data
Joseph T. Lyons
created
b414d43
Merge pull request #2392 from zed-industries/eslint-multiple-language-server-adapters-rebased
Click to expand commit body
Allow buffers to use multiple language servers
Max Brunsfeld
created
dcc8047
Install jq if it's missing
Petros Amoiridis
created
460ea8e
Increase reliability and support multiple monitors
Petros Amoiridis
created
b11e239
Make the script more reliable
Petros Amoiridis
created
ad71020
Merge pull request #2395 from zed-industries/remove-stable-hiding-copilot
Click to expand commit body
Remove stable guard for copilot
Mikayla Maki
created
21bb13d
Fix comment formatting errors for rust 1.69
Max Brunsfeld
created
32c57bc
Store buffer's diagnostic sets in a smallvec
Max Brunsfeld
created
960a2bc
Don't use ESLint for now
Max Brunsfeld
created
0ebe44b
Handle multiple language servers for a given path in project diagnostics view
Max Brunsfeld
created
4dd917c
Introduce a LanguageServerId wrapper type
Click to expand commit body
Clarify the meaning of all the usizes in use in all of these
struct fields an method signatures.
Max Brunsfeld
created
c5f86bc
Avoid language servers fighting over diagnostics summaries
Click to expand commit body
Previously each server would stomp all over the existing results
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
9e2949e
Refactor language server startup
Click to expand commit body
Avoid parallel vecs
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
26abc82
Bump protocol version
Julia
created
df94aee
Fix failing tests
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
6156dbc
Finish getting multiple diagnostics sources building and running
Julia
created
bb4de47
Start getting diagnostics sets to work with multiple servers
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia
and
Nathan Sobo
created
2a5c0fa
Get ESLint to launch and provide diagnostics
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia
and
Antonio Scandurra
created
6e68ff5
Get it to build with multiple adapters per language! 🎉
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
ba7233f
Incomplete refactor to allow for multiple adapters per language
Julia
created
Mikayla Maki
created
ad8162f
Make sign_in init conditional
Mikayla Maki
created
Mikayla Maki
created
5c8b41d
Remove stable guard for copilot
Mikayla Maki
created
0d5eea8
Track active window id in test platform
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
d9bb37c
Add `WindowContext::update_default_global`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
1d487e1
Fix editor tests
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
c52b632
Merge branch 'main' into window_context_2
Antonio Scandurra
created
e282c7a
Finish converting all the pickers to the new API
Antonio Scandurra
created