ZIm/crates/zed
Max Brunsfeld 9999862016 Enable formatting feature of JSON language server
The feature doesn't work yet because the JSON language server
only supports *range* formatting, not document formatting.
We need to adjust our code to inspect the server's capabilities
and send range formatting requests instead when needed.

We're going to hold off on doing this right now, because it
will create merge conflicts with the `preserve-worktrees`
branch (#525)

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-03-03 14:16:58 -08:00
..
assets Rename "find" to "search" 2022-02-27 08:15:38 -07:00
languages Add JSON language server 2022-03-03 13:29:25 -08:00
src Enable formatting feature of JSON language server 2022-03-03 14:16:58 -08:00
app-icon.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
app-icon@2x.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
build.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
Cargo.toml Add syntax highlighting/auto-indent/outlines for JSON files 2022-03-03 12:12:18 -08:00