zed/crates/lsp
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
..
src Enable formatting feature of JSON language server 2022-03-03 14:16:58 -08:00
Cargo.toml Fix remaining language server hangs on shutdown 2022-03-01 15:54:59 -08:00