93c0c2a
Start loading new theme JSON format instead of TOML
Click to expand commit body
Replaced remaining extends with javascript object extension.
Moved tokens/core.ts to tokens.ts and massaged the types to make it more
obvious when types don't match up.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Nathan Sobo
and
Nathan Sobo
created
6f28033
Add explanatory comments in unit test for code actions w/ commands
Max Brunsfeld
created
fe8e06e
Fix clipping when using label-only completions
Max Brunsfeld
created
ba00972
Handle LSP apply workspace edit request fully before responding
Max Brunsfeld
created
56523b5
Allow applying code actions that use commands
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld
and
Antonio Scandurra
created
9147a19
Update style tree based on changes to _base.toml from main
We still have issues with project search styling.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
,
Antonio Scandurra
, and
Max Brunsfeld
created
8bfac63
Render the search UI on a separate row from the breadcrumbs
Click to expand commit body
- In project search, render it above the breadcrumbs
- In buffer search, render it below
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
,
Antonio Scandurra
, and
Max Brunsfeld
created
263e3d8
Start work on interpreting 'label/insertText' completions
Click to expand commit body
These completions don't supply a range that should be overwritten, so
the client needs to infer it via substring matching.
Co-authored-by: Keith Simmons <keith@zed.dev>
cf9efd7
Improve installation of npm-based language servers
Click to expand commit body
* Use --prefix flag to guarantee that they are installed in .zed
* Use the @latest tag when available
* Extract helper functions
Co-authored-by: Keith Simmons <keith@zed.dev>