Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Transition OnEnter to WorkspaceSnippetEdit | Aleksey Kladov | 2020-05-21 | 1 | -16/+13 |
| | | | | | | | | 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 | ||||
* | Fixup tests | Aleksey Kladov | 2020-05-05 | 1 | -1/+2 |
| | |||||
* | Normalize naming of diagnostics | Aleksey Kladov | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -3/+3 |
| | |||||
* | Continue multiline non-doc comment blocks | Aleksey Kladov | 2020-03-11 | 1 | -3/+35 |
| | |||||
* | Split on enter tests | Aleksey Kladov | 2020-03-11 | 1 | -15/+28 |
| | |||||
* | Move on enter to a separate module | Aleksey Kladov | 2020-03-11 | 1 | -0/+171 |