ZIm/crates
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
..
chat_panel Fix Presenter leak when removing windows 2022-03-01 18:50:05 +01:00
client Tear down client's connection states when dropping test clients 2022-03-01 18:17:41 -08:00
clock WIP - Wait for code action anchors to be valid 2022-02-14 18:05:43 -08:00
collections Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
contacts_panel Automatically include current view id in element state ids 2022-02-17 13:44:46 -08:00
diagnostics Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
editor Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
file_finder Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
fsevent Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
fuzzy In random collaboration test, add failing assertion for worktree convergence 2022-02-15 14:55:38 -08:00
go_to_line Make versions oldest_selection and newest_selection that don't require snapshots 2022-02-27 13:02:09 -07:00
gpui Don't insert input into editors when control or command keys are held 2022-03-02 14:09:46 -08:00
gpui_macros Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
journal Make "go to definition" work in project diagnostics 2022-01-20 17:30:30 +01:00
language Enable formatting feature of JSON language server 2022-03-03 14:16:58 -08:00
lsp Enable formatting feature of JSON language server 2022-03-03 14:16:58 -08:00
outline Make versions oldest_selection and newest_selection that don't require snapshots 2022-02-27 13:02:09 -07:00
project Avoid sending unhandled LSP requests to JSON language server 2022-03-03 13:39:40 -08:00
project_panel Forbid parking in project_panel::tests::test_visible_list 2022-03-01 17:14:18 +01:00
project_symbols Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
rpc Bump protocol version 2022-03-02 15:08:33 +01:00
search Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00
server Flush effects when dropping test clients in random collaboration test 2022-03-01 18:17:25 -08:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree Refine project find's UX 2022-02-25 15:27:34 +01:00
text Use Project::search in ProjectFind and show search results 2022-02-25 10:32:45 +01:00
theme Rename "find" to "search" 2022-02-27 08:15:38 -07:00
theme_selector Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
util Simplify undo_to_transaction and redo_to_transaction 2022-02-19 10:52:21 +01:00
workspace Make pane active when activating one of its items 2022-03-02 16:52:35 +01:00
zed Enable formatting feature of JSON language server 2022-03-03 14:16:58 -08:00