rust/crates/rust-analyzer/tests/heavy_tests
Aleksey Kladov 4b495da368 Transition OnEnter to WorkspaceSnippetEdit
This also changes our handiling of snippet edits on the client side.
`editor.insertSnippet` unfortunately forces indentation, which we
really don't want to have to deal with. So, let's just implement our
manual hacky way of dealing with a simple subset of snippets we
actually use in rust-analyzer
2020-05-21 15:08:03 +02:00
..
main.rs Transition OnEnter to WorkspaceSnippetEdit 2020-05-21 15:08:03 +02:00
support.rs Check client capabilities before sending progress notifications 2020-05-11 13:16:46 -04:00